I am having trouble with an excel formula.
I have multiple fields and the formula I enter is not working.
=IF(B7>F7,"Increase",IF(B7<F7,"Decrease",IF(B7=F7,"Equal",OR,"NA")))
I need it to be:
if B7 is a larger number than F7, it comes up as increase
If B7 is a smaller number than F7, it comes up as Decrease
If B7 is the same as F7 it comes up as Equal
but if the field is empty I need to to say NA ... and it keeps showing as Equal.
Why/ Whats the correst formula?
Thank you,
Bookmarks