MIN function - The function returns the smallest value in the given numbers in Excel
The following article introduces you to MIN - 1 of the functions in the group of statistical functions that are very popular in Excel.
Description: The function returns the smallest value in the given numbers.
Syntax: MIN (number1, [number2], .)
Inside:
- number1, [number2], .) Are the values you want to find the median, where number1 is the required parameter, other values are optional and contain up to 255 number parameters .
Attention:
- The value of the argument must be a number, name, array or reference containing numbers.
- Logical or text values when typing directly into the argument list -> these values are still counted.
- If the argument is a reference array containing text values or logic -> these values are ignored, but the value 0 is still counted.
- If the arguments do not contain numbers -> the function returns the value 0.
- Arguments that are text or error values cannot be converted -> cause errors in the function.
- In case you want to calculate both text values and logic -> use MINA function .
For example:
Calculate the minimum value of the number values as described in the following data table:
- Calculate the minimum value in the number values . In the cell to calculate enter the formula : = MIN (D6: D11)
- Press Enter -> minimum value is:
- Calculate the smallest value in the numbers number and 25 -> enter the formula: = MIN (D6: D11,25) -> press Enter -> the smallest value is:
- Where the values are all text or logical values -> the function returns the value 0, and ignores those values:
Above are instructions and some specific examples when using the MIN function in Excel.
Good luck!
You should read it
- BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excel
- MEDIAN function - The function returns the median of the given numbers in Excel
- SMALL function - The function returns the kth smallest value in a dataset in Excel
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excel
- How to use ADDRESS function in Excel
- TIME function - Function returns decimal numbers for a specific time value in Excel
- Save time with these text formatting functions in Microsoft Excel
- PI (PI Function) in Excel - How to use PI numbers in Excel
May be interested
- DMIN () function (returns the minimum value by condition) in Exceldmin () function helps you find and return the smallest value in a column in a list or database that meets the conditions that you give.
- T.DIST.RT - The function returns the Student's t-distribution on the right in Excelt.dist.rt: the function returns the student's t-distribution on the right. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist.rt (x, deg_freedom)
- T.DIST - The function returns the Student t-distribution on the left in Excelt.dist: the function returns the student's t-distribution on the left. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist (x, deg_freedom, cumulative)
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.
- T.DIST.2T - The function returns the two-tailed Student distribution in Excelt.dist.2t: the function returns the two-tailed student's t-distribution. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist.2t (x, deg_freedom)
- Usage of Min and Max functions in Excelmin and max functions on excel will use to find the maximum value, the smallest value in the table, or the selected data area.
- ISODD function - The function returns True if the value is an odd number in Excelisodd function: the function returns true if the value is odd. application of functions to check odd and even numbers. syntax: isodd (number)
- CHISQ.TEST function - The function returns the independence test in Excelchisq.test function: the function returns the independence test. the function returns the value from the distribution (({chi ^ 2})) when squared for statistics and the appropriate degrees of freedom. support function from excel 2010 version. syntax: chisq.test (actual_range, expected_range)
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- How to use the MAXA function in Excel, detailed examplesthe maxa function in excel helps find the largest value in a data set, including numbers, logical values, and text containing numbers. this is different from the max function, which only counts numbers. let's learn the syntax and usage of the maxa function with practical examples.