answersLogoWhite

0


Best Answer

The MIN Function is the main way. If you wanted to find the smallest value in the range from cell A2 to cell A20, the formula would be:

=MIN(A2:A20)

You can also use the SMALL function, though it is normally used for find values that are not the actual lowest, but other low values, like the second or third lowest. The number used at the end is number position from the lowest value. So to get the lowest value you would use it this way:

=SMALL(A2:A20,1)

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function determines the lowest number in a range in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What function in Microsoft Excel determines most frequent value?

The MODE function.


What is the lowest number and letter you can go on Microsoft Excel?

the lowest number is 65536 and the lowest letter is IV


What displays the lowest values for a range of values in excel?

The MIN function.


How does the trig function ACOS work in Excel?

In Excel, the ACos function returns the arccosine (in radians) of a number.The syntax for the ACos function is:ACos( number )number is a number between -1 and 1. It is the cosine of the angle that you wish to find.Applies To:Excel 2007, Excel 2003, Excel XP, Excel 2000


What Excel function sums values and then divides by the number of values?

The AVERAGE function.


What is a function to find the number of values in cells?

In Excel is it COUNT.


What does the MONTH function do in Excel?

It gives you the number of the month from a date.


What does minimum mean in Excel?

It refers to the lowest value. You can get it in a formula using the MIN function. To get the lowest number in the cells from A2 to A10, you would do this: =MIN(A2:A10) Minimum can also be used in specifying the scale on a chart. Normally it is zero, but it can be set to any number that may be appropriate for the values you are charting.


What function calculates the number of periods required to pay off a loan or investment in excel?

The NPER() function.


The lowest number of value?

In Excel you can use the SMALL() function The small function can retrieve the smallest values from data based on rank. For example: =SMALL(range,1) // smallest =SMALL(range,2) // 2nd smallest =SMALL(range,3) // 3rd smallest


An Excel function thats contains the number of cells within a range that meet the given condition is?

The COUNTIF function can do that.


Which function divides the sum total by the number of values?

To divide the sum of a data set by the number of values is called the "mean" function of the data set. It is called the AVERAGE function in Excel.