Will be so simple for most but me I just cant get it figured out.
In cell e20 I want a if (d20-c20)*10000 is between -75 and +75 (d20-c20)*10000 but if (d20-c20)*10000 is greater than -75 or +75 leave cell blank
other words if (d20-c20)*10000 falls between 75 and negative 75 I want it to put the value of (d20-c20)*10000 if it is outside of 75 and negative 75 I want it to put a empty space in cell " "
I can have two seperate formulas that seem to work but I can not combine the two forumlas into one
=IF((D20-C20)*10000>+-75," ",(D20-C20)*10000)
=IF((D20-C20)*10000<+-75," ",(D20-C20)*10000)
Thanks in advance!
Bookmarks