answersLogoWhite

0


Best Answer

This would be the MAX function.

=MAX(A1:A12)

You can also use the LARGE function, with 1 specified as the position to find. 1 specifies the largest, 2 the second largest, 3 the third largest and so on. LARGE is best used when it is not the highest value you are looking for, but it still can be used to find the largest. It can be done like this:

=LARGE(A1:A12,1)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

The MAX Function. If you wanted to find the largest value in the range from cell A2 to cell A20, the formula would be:

=MAX(A2:A20)

You can also use the LARGE function. It is designed to be able to find not just the highest but other positions, like the second or third largest. You do this by specifying a number to indicate which position you want. Using 1 would give you the largest, as follows:

=LARGE(A2:A20,1)

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

MAX is the answer

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function displays the highest value in a range?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command in autocalculate area displays the highest value in the selected range?

I didn't know there was one; I always make a formula with the MAX() function.


What is the difference between high and maxinum in Excel?

Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.Maximum is the highest value in a range of values and can be got using the MAX function. There is no function called High in Excel.


The AVERAGE function displays the lowest value in a range?

No. The MIN function displays the lowest value in a range. The AVERAGE function gets the arithmetic mean of a set of values. It totals them up and divides by the amount of numbers.


What command in the AutoCalculate area displays the highest value in the the selected range?

I didn't know there was one; I always make a formula with the MAX() function.


How can you get the range?

You can get the range of a mathematical sequence by subtracting the lowest value from the highest value. Example: 1,3,5,7,9,11,23. Highest Value - 23 Lowest Value - 1 Range=23-1 Range=22 You can get the range of a function by finding all the y-axis values.


What is the definition max in Microsoft Excel?

MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)MAX gives the highest value from a range of cells or values. So if you have a range of cells with different values and you want to know what is the highest value, then you can use the MAX function. In the following example it will find the highest value in the cells from B3 to B20:=MAX(B3:B20)


What displays the highest value in a range in EXCEL?

The MAX Function. If you wanted to find the largest value in the range from cell A2 to cell A20, the formula would be: =MAX(A2:A20) You can also use the LARGE function. It is designed to be able to find not just the highest but other positions, like the second or third largest. You do this by specifying a number to indicate which position you want. Using 1 would give you the largest, as follows: =LARGE(A2:A20,1)


What is a range as a math term?

A range used as a math term means subtracting the highest value from the lowest value. the set of values that a given function can take as its argument varies.


How do you calculate range in maths in Excel?

The range is the difference between the highest and the lowest values. You can find the highest using the MAX function less the value found by the MIN function. So if you wanted to get the mathematical range for the cell range A2 to A30, you would do this: =MAX(A2:A30) - MIN(A2:A30)


How is the MIN function used to determine the highest number in a range?

The MIN function is the function that you would use to find the lowest value in a set. You could also use the SMALL function, but that is more when you are looking for a value other than the lowest, such as the second lowest or third lowest. That is specified by a number at the end. Both of the following will find the lowest value in the range of A2 to A16: =MIN(A2:A16) =SMALL(A2:A16,1)


What is the range of 48 and 60?

Range = highest value - lowest value Range = 60 - 48 = 12


What do the Max and Min functions do?

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)