Choose highest value in a row

S

sohum.shah

How do I tell excel to choose the highest value in a range of cells?

A B C D E Highest
1 3 2 7 5 7

help please.
 
D

Dave Peterson

=max(a1:e1)
will return the highest value.

How do I tell excel to choose the highest value in a range of cells?

A B C D E Highest
1 3 2 7 5 7

help please.
 
Top