formula to select lowest value

J

jcheko

I need a formula so it can select the lowest value of three cells...thanks in
advance for your help.
 
F

Fred Smith

It's called the Min function (yes, sometimes Excel is logical). As in:

=min(a1:a3)

Regards,
Fred.
 
Top