View Full Version : Finding the Largest Value


123James
01-09-2007, 05:48 AM
Hi everyone,

What formula should i type into a cell to make it display the biggest value present in a set of numbers across a cell range.

Each cell in the cell range(a column) contains just one number.

Thanks

Rickster57
01-09-2007, 05:55 AM
Did you try MAX(A1:A20) for whatever range of cells?

123James
01-09-2007, 06:14 AM
Good call!

I must have gone retarded for a moment to miss that one

thanks

shades
01-10-2007, 12:11 PM
LARGE(Range,1)

Also, gives more options and flexibility.