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.
|