Forum Discussion
MarkShnier__You
3 years agoQrew Legend
If your field format is set to show as a percent, then the actual stored values are still saved as regular number. So for example 1% is stored as 0.01. I believe that Excel would be the same behaviour.
Try this
IF(
[%] >=-0.03, "Exceeded",
[%]<0.03, "BAD")
If the [%] is blank, then this should calculate to blank if the [%] field is set not to treat blank as zero (if its a data entry field) .
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Try this
IF(
[%] >=-0.03, "Exceeded",
[%]<0.03, "BAD")
If the [%] is blank, then this should calculate to blank if the [%] field is set not to treat blank as zero (if its a data entry field) .
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------