I'm trying to use the lower of 2 or 3 numbers, depending upon a condition. (I think thats right).
Data is like this
A1-"YES" (options would be "no", "maybe", I can rework the formula for the 3 options)
B1 5
B2 18
B3 7
What I have is
=IF(A1="yes",(MIN,(B1,B2,B3)),IF(A1 < >...