Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

DMAX () Function (Returns Conditional Maximum Value) in

Explore DMAX () Function (Returns Conditional Maximum Value) in with a clear summary of the key facts, context, and practical details readers should know.

Table of Contents

This article provides a clear overview of DMAX () Function (Returns Conditional Maximum Value) in, with the main facts, useful context, and practical details organized for easy reading.

DMAX () Function (Returns Conditional Maximum Value) in example screenshot 1

If you do not know the syntax and usage of the DMAX () function, you follow the article below:

Description

DMAX () is the function that returns the maximum value in a column in a list or database that satisfies the condition that you give.

Syntax

= DMAX (database, field, criteria)

Arguments

- database: list or related database including column headers.

- field: the field (column) needs to get the maximum value. You can enter the column header directly in quotation marks or some representing the column position in the database: 1 for the first column, 2 for the second column, etc., you can also enter the cell containing the required column header. Using example B3, C1.

- criteria: is the range of cells that contain conditions, you can choose any as long as the range contains at least one column header and the cell below the column header contains conditions for the column.

Note

- You should set the criteria range on the worksheet so that when adding data, the range of conditions does not change.

- The scope of the conditions that need to be separated is not inserted into the list or database to be processed.

- Criteria must contain at least column headers and a cell containing conditions under column headers.

For Example

Find the highest salary of female employees in the following data table:

DMAX () Function (Returns Conditional Maximum Value) in — For Example screenshot 2

Firstly, facilitating Gender as a Female.

DMAX () Function (Returns Conditional Maximum Value) in — For Example screenshot 3

Next apply the DMAX formula:

= DMAX (B8: F14, F8, D5: D6)

B8: F14 is the data table to find the highest salary.

F8 is the Salary column, the column to find the highest salary value.

D5: D6 is the criteria condition area.

Your results will be as follows:

DMAX () Function (Returns Conditional Maximum Value) in — For Example screenshot 4

The article has described, presented the syntax and with specific examples hope you will understand and know how to use the DMAX () function in Excel. Good luck!

FAQ

What is the main focus of DMAX () Function (Returns Conditional Maximum Value) in?

The article explains the most important facts, context, and practical details related to DMAX () Function (Returns Conditional Maximum Value) in.

Who may find this information useful?

It is useful for readers who want a clear overview, practical context, and a better understanding of the subject.

What should readers verify before taking action?

Check current product versions, official requirements, regional availability, and any details that may have changed since the original publication.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.