MINA and MAXA functions in Excel
Use the MINA () and MAXA () functions to find the minimum and maximum values in a list of values that include logical values and numerical representations in text in a reference.
If you do not know the syntax and usage of these two functions, follow the article below. The article describes the syntax and usage of the MINA () and MAXA () functions in Excel.
MINA function
Description
The MINA () function returns the smallest value in a list of input values that include logical values and textual representations in a reference.
Syntax
= MINA (value1, [value2], .)
Inside:
value1, value2, . are the values you want to find the smallest value in it, up to 255 values.
Note
- Value1, value2, . can be numbers, names, arrays or references containing numbers.
- If arguments contain TRUE, they are counted as 1, arguments containing text or FALSE are counted as 0.
- If the argument is an array or reference, only the values in it are used, and the text values and empty (empty) values will be ignored.
- If the argument is text or an error value cannot be converted into a number, the MINA () function will return an error.
- If the argument contains no value, MINA () returns 0.
For example
MAXA function
Description
The MAXA () function is the function that returns the largest value in the argument list including the logical values and the numerical representation written in a reference. The MAXA () function is similar to the MINA () function.
Syntax
= MAXA (value1, [value2], .)
Inside:
- value1, value2, . are the values you want to find the largest value in it, up to 255 values.
Note
- Value1, value2, . can be numbers, names, arrays or references containing numbers.
- If arguments contain TRUE, they are counted as 1, arguments containing text or FALSE are counted as 0.
- If the argument is an array or reference, only the values in it are used, and the text values and empty (empty) values will be ignored.
- If the argument is text or an error value cannot be converted into a number, MAXA () will report an error.
- If the argument contains no value, MAXA () returns 0.
For example
So after this article you can use the MINA () and MAXA () functions to statistic data in Excel. Good luck!
You should read it
- Complete financial functions in Excel you should know
- MAXA function - The function returns the largest value in a set of values including text and logical values in Excel
- MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel
- MS Excel - Lesson 5: Excel formulas and functions
- Summary of information functions in Excel
- Comparison functions in Excel - How to use comparison functions and examples using comparison functions
- Date time functions in Excel
- 10 EXCEL functions that ACCOUNTERS often use
May be interested
- Comparison functions in Excel - How to use comparison functions and examples using comparison functionscomparison functions in excel - how to use comparison functions and examples using comparison functions with a large amount of data, you want to check for duplicates by checking normally, it is really hard. in this article, introduce to you the functions
- Date time functions in Excelexcel supports you to process and calculate quickly with the functions that excel provides such as calculation functions, date functions ... one of them is the function of time to help you handle the prices. time value: hour, minute, second conveniently
- 10 EXCEL functions that ACCOUNTERS often usein excel, there are many functions that can help accounting in daily data entry, but here are some common functions used by accounting.
- The 10 most useful but often forgotten functions in excelmicrosoft excel is an extremely effective and effective calculation tool not only for accounting and office but also for many other industries.
- Logical functions (logical) in Excellogical functions are used a lot during data processing in excel. the article summarizes the syntax and functions of functions in logical function groups in excel.
- How to use Excel's VALUE functionexcel's value function will convert a string to a digital form, which can be combined with other functions such as left function, right function, mid function.
- Instructions for using Index function in Excelindex is a function that returns an array in excel. when using the index function, you get the values in a cell between the column and the row.
- Tips for working with functions in Excelfunctions that work with excel functions functions are predefined formulas for performing specific calculations, or for manipulating spreadsheets.
- How to add computers to Excelto perform complex calculations on excel or even change units, we can install computers on excel.
- The MIN and MAX functions (the smallest and largest value functions) in Excelthe function to return the maximum value (max) and the function to return the minimum value (min) are two common statistical functions used by a lot of people in the process of manipulating and processing data in excel.