View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default formula to select lowest value

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

=min(a1:a3)

Regards,
Fred.

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