Max Function

C

Crawdaddy

I have the values as follows in a worksheet...

1 25 6
7 9 13
18 27 4

I need a formula to display the 3rd largest value.

Thanks,
 
B

Bob Phillips

=LARGE(A1:C3,3)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top