answersLogoWhite

0

If you had a list of numbers in the cells from A2 to A20, you could find the highest and lowest values using the MAX and MIN functions as follows:

=MAX(A2:A20)

=MIN(A2:A20)

You could also use the LARGE and SMALL functions in the ways shown below, though they are generally used for getting values like second largest or third smallest. In those cases you would change the 1 in the below examples to the appropriate values.

=LARGE(A2:A20,1)

=SMALL(A2:A20,1)

User Avatar

Wiki User

10y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga

Add your answer:

Earn +20 pts
Q: Excel formula maximum and minimum value?
Write your answer...
Submit
Still have questions?
magnify glass
imp