DMIN () function (returns the minimum value by condition) in Excel
The MIN () function helps you return the smallest value of values, the DMIN () function will return the smallest value according to the conditions you specify. When you need to get the minimum value under a certain condition, you should use the DMIN () function. If you do not know the syntax and usage of the DMIN () function, follow the following article.
The article describes the syntax and usage of the DMIN () function in Excel.
Description
DMIN () function helps you find and return the smallest value in a column in a list or database that meets the conditions that you give.
Syntax
= DMIN (database, field, criteria)
Inside:
- 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 lowest salary of the employees who have a Hometown in Quang Ninh in the following data table:
You need to create a range of criteria criteria that is Que Quan and Quang Ninh.
Apply the DMIN () function formula: = DMIN (B8: F14, F8, E5: E6)
B8: F14 is a list, a database area.
F8 is the Salary column to find the minimum value.
E5: E6 is the criteria range just created.
You will then get the following result:
The syntax and usage of the DMIN () function is very simple, you just need to apply it to the appropriate requirements. The function will help you a lot in statistics of data in Excel. Good luck!
You should read it
- How to use the IFS function in Excel 2016
- How to use MAXIFS function in Excel 2016
- DMAX () function (returns conditional maximum value) in Excel
- AVERAGEIF function - The function returns the average of the arguments with the conditions specified in Excel
- DPRODUCT function in Excel
- CHISQ.TEST function - The function returns the independence test in Excel
- Multiple if function - Usage and examples
- F.TEST function - The function returns the result of the F - test in Excel
May be interested
- F.TEST function - The function returns the result of the F - test in Excelf.test: the function returns the result of the f - test, the probability of two ends where the variance of 2 arrays is not significant. support functions from excel 2010 version. syntax: f.test (array1, array2)
- How to use COUNTIF function on Excelthe countif function on excel is the cell count function to satisfy the given condition, often used in statistics tables.
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excelquartile.exc function: the function returns the quartile of the data set, with percentile values from 0 to 1 excluding 0 and 1. the support function is from excel 2010 onwards. syntax: quartile.exc (array, quart)
- PHI function - The function returns the value of the density function for a normal distribution in Excelphi function: the function returns the value of the density function for a standard normal distribution. support functions from excel 2013 onwards. syntax: phi (x)
- FORECAST function - The function returns a value along a linear trend in Excelforecast function: the function performs the calculation or prediction of a future value by using current values using linear regression. in excel 2016 this function is replaced by forecast.linear function. syntax: forecast (x, known_ys, known_xs)
- BETA.DIST function - The function returns the Beta distribution in Excelbeta.dist function: the function returns the beta distribution to study the variability of a number of things through a sample. support functions from excel 2010 onwards. syntax: beta.dist (x, alpha, beta, cumulative, [a], [b])
- FTEST function - The function returns the result of an F-Test in Excelthe following article details how to use ftest - the function returns the result of an f-test. in statistical probability, the determination of the correctness and the deviation between two data samples is a regular and extremely important job.