formula to select lowest value

  • Thread starter Thread starter jcheko
  • Start date Start date
J

jcheko

I need a formula so it can select the lowest value of three cells...thanks in
advance for your help.
 
It's called the Min function (yes, sometimes Excel is logical). As in:

=min(a1:a3)

Regards,
Fred.
 
Back
Top