L Linda Freeman Oct 13, 2003 #1 I have numbers in Columns A thru L, Row 2. I would like to extract the largest number and return it to Cell M2.
I have numbers in Columns A thru L, Row 2. I would like to extract the largest number and return it to Cell M2.
A Andy Brown Oct 13, 2003 #2 MAX returns the largest value in a set of values, therefore =MAX(A2:L2) Rgds, Andy
T Tom Ogilvy Oct 13, 2003 #4 If you might later want the second largest number =Large(A2:L2,1) for the largest in general =Large(A2:L2,n) where n would be the nth largest you wanted. See help for MIN and SMALL as well
If you might later want the second largest number =Large(A2:L2,1) for the largest in general =Large(A2:L2,n) where n would be the nth largest you wanted. See help for MIN and SMALL as well