Usage of Min and Max functions in Excel
Count functions and value search functions are basic functions in Excel. For example, to search for the value will use the VLOOKUP function or with the counting function we have Min function, Max function.
Min and Max functions will be used to find the largest or smallest value in a data area, maybe both a spreadsheet or only a certain data area. How to use the Min and Max functions on Excel is very simple and will be guided by Network Administrator in the article below.
- How to combine Sumif and Vlookup functions in Excel
- Summary of trigonometric functions in Excel
- How to use Lookup function in Excel
1. The formula uses Min function and Max function
The syntax to use Max function is = Max (Number 1, Number 2, .) . The function will return the highest value in the data table that the user specifies.
The syntax for using Min function is = Min (Number 1, Number2, .) . The function will return the lowest value in the data area.
Number 1, Number2, . are arguments or data areas.
2. Using Min function and Max function
We will have the following example table with the students' 3 points.
1. Find the highest score in the class
We will enter the formula = Max (D2: F6) in the box showing the result.
The result will be the highest student grade in class 9.
2. Find the lowest grade
You enter the formula = MIN (D2: F6) in the box that displays the result.
The result will have the lowest score in the class.
3. Find the highest Math score in class
With finding the highest point in a data column, we also enter the same formula, but will map the data again.
You enter the formula = MAX (D2: D6) where D2: D6 is the Math score column.
The result will be the highest Math score in the class.
4. Find the lowest score
With the lowest score search you enter the formula = Min (E2: E6) and also get the correct result.
5. Find the highest score for each subject
If you enter the formula to find the highest score for each subject, it will be quite time consuming.
We will find the highest score in Math with Max function, then place the mouse below the right corner when the plus sign appears and drag the mouse to the position to be calculated. The result will be the highest score in each subject.
6. Find the lowest score for each subject
With the lowest score for each subject, you also enter the Min function for Math, then drag the results to the remaining cells.
The above are specific examples when using Min and Max functions on Excel. Users just need to localize specific search, exactly the way to do it is simple and fast.
See more:
- How to automatically display names when entering code in Excel
- Calculation of age in Excel
- How to filter duplicate data on 2 Excel sheets
I wish you all success!
You should read it
- How to find the Nth value in Excel
- How to use the SUM function to calculate totals in Excel
- How to use the LEN function in Excel
- How to use COUNTIF function on Excel
- Instructions on how to use the Dmax function in Excel
- How to use the SUBTOTAL function in Excel
- How to use the MOD function and QUOTIENT function in Excel
- How to fix the SUM function doesn't add up in Excel
May be interested
- Summary of information functions in Excelto facilitate the selection of functions to suit the requirements when you need to process information in excel spreadsheets. the following article summarizes the functions along with the functions of each function group in the excel spreadsheet.
- 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
- Compare WEEKDAY and WEEKNUM functions in Excelthe following article helps you clearly distinguish the meaning and usage between 2 functions weekday and weeknum in excel.
- 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
- PMT function in Excel - Usage and examplesthe pmt function is one of the built-in financial functions of the excel software used to calculate the payment for a loan based on regular payments and a constant interest rate. the pmt function is not only useful for businesses, but also very practical for users if you want to calculate a loan.
- 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.
- IMSUM and IMSUB functions - Sum and complex differences in Excelthe following article details the meaning and usage of imsum and imsub functions - sum and difference of two complex numbers in excel.
- 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.