G
Guest
I need a little help with my logic statement. I want for it to display a
"1.0" if the calculation is less than zero and to display the real number if
greater than zero. This is as far as I can get.
Thanks!
=IF((((D12*$O$4)-Y12)/$AB$4)>0,,"1.00")
"1.0" if the calculation is less than zero and to display the real number if
greater than zero. This is as far as I can get.
Thanks!
=IF((((D12*$O$4)-Y12)/$AB$4)>0,,"1.00")