View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Select lowest value from 3 columns

=MIN(A2,B2,C2)
--
David Biddulph

"ub67" wrote in message
...
Hi,

I am trying to create a formula to select the lowest number from three
columns and input it into a fourth. For example:

Column A: 5
Column B: 3
Column C: 7
Column D: 3 (Formula result)

I know how to do this for two columns with an 'IF' function but this is
now
too complicated for me.
Any help is appreciated.
Thanks.