answersLogoWhite

0

What do the Max and Min functions do?

Updated: 8/21/2019
User Avatar

Wiki User

7y ago

Best Answer

The MAX function gets the highest value in a range and the MIN function gets the lowest. If there were values in all the cells from A2 to A20, you could use the two functions to get the highest and lowest values in the range:

=MAX(A2:A20)

=MIN(A2:A20)

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do the Max and Min functions do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

MIN and MAX are examples of functions?

They are both statistical functions.


How do you find the max and min of sine cosine functions?

The maximum of the sine and cosine functions is +1, and the minimum is -1.


What formula with functions in Excel can you enter to calculate the ratio of the maximum value in the range Z1 to Z10 to the minimum value?

=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)


What Functions may be entered for formulas in Excel?

Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.Any function can be used in a formula, depending on what the formula needs to do. There are well over 300 functions in Excel. Some of the most commonly used functions include SUM, AVERAGE, MIN, MAX, IF and COUNT, amongst many others.


Which button on the standard toolbar gives you quick access to the Sum Average Count Min and Max functions?

The AutoSum.


What are functions that may be displayed on the bottom toolbar in Excel when certain cells are selected?

Sum, Average, Max, Min and Count.


What is the purpose of these functions Max Min Count?

MAX gives you the highest value in a specified range. MIN gives you the lowest value in a specified range. COUNT will count how many values there are in a specified range, ignoring cells that do not have numbers in them. You could use them like this: =MAX(A2:A20) =MIN(A2:A20) =COUNT(A2:A20)


How are Sum Average Min and Max functions used?

Sum gets the total of a list of values, Average gets the arithmetic mean, Min the lowest value and Max the highest value. All functions work on list of cells or ranges. So they are all implemented in a similar way. Given a range from A2 to A20, you could use them as follows: =SUM(A2:A20) =AVERAGE(A2:A20) =MIN(A2:A20) =MAX(A2:A20)


Trace out the algorithm Max Min on a data set containing atleast 8 elements?

Steps to perform MaxMin on a data set (2,4,6,3,8,1,9,7) are:(2,4,6,3) (8,1,9,7)((2,4)(6,3)) ((8,1)(9,7))In sublist (4,6), max is 6 and min is 4. In sublist (8,9), max is 9 and min is 8.Comparing max and min values of sublist (2,4) and sublist (6,3), value of max is 6 and min is 2.Therefore, for sublist (2,4,6,3) max is 6 and min is 2.Similarly, comparing max and min values of sublist (8,1) and sublist (9,7), value of max is 9 and min is 1.Therefore, for sublist (8,1,9,7) max is 9 and min is 1.Finally, comparing max and min values of sublist (2,4,6,3) and sublist (8,1,9,7), value of max is 9 and min is 1. Steps to perform MaxMin on a data set (2,4,6,3,8,1,9,7) are:(2,4,6,3) (8,1,9,7)((2,4)(6,3)) ((8,1)(9,7))In sublist (4,6), max is 6 and min is 4. In sublist (8,9), max is 9 and min is 8.Comparing max and min values of sublist (2,4) and sublist (6,3), value of max is 6 and min is 2.Therefore, for sublist (2,4,6,3) max is 6 and min is 2.Similarly, comparing max and min values of sublist (8,1) and sublist (9,7), value of max is 9 and min is 1.Therefore, for sublist (8,1,9,7) max is 9 and min is 1.Finally, comparing max and min values of sublist (2,4,6,3) and sublist (8,1,9,7), value of max is 9 and min is 1. Steps to perform MaxMin on a data set (2,4,6,3,8,1,9,7) are:(2,4,6,3) (8,1,9,7)((2,4)(6,3)) ((8,1)(9,7))In sublist (4,6), max is 6 and min is 4. In sublist (8,9), max is 9 and min is 8.Comparing max and min values of sublist (2,4) and sublist (6,3), value of max is 6 and min is 2.Therefore, for sublist (2,4,6,3) max is 6 and min is 2.Similarly, comparing max and min values of sublist (8,1) and sublist (9,7), value of max is 9 and min is 1.Therefore, for sublist (8,1,9,7) max is 9 and min is 1.Finally, comparing max and min values of sublist (2,4,6,3) and sublist (8,1,9,7), value of max is 9 and min is 1. sonika aggarwal GNIIT


How do I get max to min serial or What function can I use to get max to min or min to max serial?

it will orbit the sun it self and the sun will keep it in the right spot for its temperature


In excel built in functions to determine the largest and smallest numbers contained in cells a1 through a22 would be what?

max() and min(). Provide the appropriate range, for example: =max(a1:a22).


What is the max and min temperature on the planet Mercury?

Max = 700 K, min = 80 K.