I'm trying to get a statement that would compare 3 numbers and select the lower of the three.
I have so far, =IF(AND(B1<B2,B1<B3),B1,IF(AND(B2<B3,B2<B1),B2)) .
but this only covers the first 2 numbers, and will return "FALSE" if the 3rd number is the lowest.
any help would be appreciated.
it does not seem to be posting the complete formula that I have?
=IF(AND(B1<B2,B1<B3),B1,IF(AND(B2<B3,B2<B1),B2))
I have so far, =IF(AND(B1<B2,B1<B3),B1,IF(AND(B2<B3,B2<B1),B2)) .
but this only covers the first 2 numbers, and will return "FALSE" if the 3rd number is the lowest.
any help would be appreciated.
it does not seem to be posting the complete formula that I have?
=IF(AND(B1<B2,B1<B3),B1,IF(AND(B2<B3,B2<B1),B2))
Last edited: