MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel
The following article introduces you to the MINA function - one of the functions in the statistical function group is very popular in Excel.
MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel Picture 1
Description: The function returns the smallest value in the given numbers including text and logical values.
Syntax: MINA (value1, [value2], .)
Inside:
- value1, [value2], .): The values that you want to find the median, where value1 is the required parameter, other values are optional and contain up to 255 value parameters .
Attention:
- The value of the argument must be a number, name, array or reference containing numbers.
- A logical value of True is considered 1, and a False value is considered to be 0.
- 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 do not want to include both text and logical values -> use the MIN function .
For example:
Calculate the minimum value of the values in the following data table:
MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel Picture 2
- In the cell to calculate enter the formula : = MINA (D6: D11)
MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel Picture 3
- Press Enter -> the smallest value including the text value and logic is:
MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel Picture 4
- Here the return value is 0 corresponding to the value of False.
- Where True value is the smallest value -> the function returns the value 1
MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel Picture 5
- Where the value of False is the smallest value -> the function returns the value 0.
MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel Picture 6
Above are instructions and some specific examples when using the MINA function in Excel.
Good luck!
You should read it
- MAXA function - The function returns the largest value in a set of values including text and logical values in Excel
- AVERAGEA function - The function returns the average of the arguments including numeric, text, and logical values in Excel
- MIN function - The function returns the smallest value in the given numbers in Excel
- QUARTILE.INC function - The function returns the quartile of a dataset including values 0 and 1 in Excel
- STDEVA function - The function of estimating standard deviations based on a sample including both text and logical values in Excel
- VARA - Function that calculates variance based on a sample, including logical values and text in Excel
- STDEV.P function - The function returns the standard deviation based on the whole in Excel
- RANK.AVG function - The function returns the rank of a number in a list of numbers in Excel
- STDEVPA function - The function of estimating standard deviations based on an entire population including both text and logical values in Excel
- STDEV.S function - The function returns the standard deviation based on a sample 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
- VARPA function - Function that calculates variance based on the entire set, including logical values and text in Excel
May be interested
MODE.MULT function - The function returns a vertical array of the most common values in Excel
NEGBINOM.DIST function - Function returns the negative binomial distribution in Excel
CONFIDENCE.T function - The function returns the confidence interval of the population by using the Student's t-distribution in Excel
CORREL function - The function returns the correlation coefficient between two data sets in Excel
COUNT function - Function that counts cells containing numbers in the list of arguments in Excel
COUNTA function - The function performs counting non-blank cells in the list of arguments in Excel