IF Function Condition - UNPARSEABLE

Hello,
I have the following formula that does not seem to be working.
=IF([Result]19<0,100%,IF((AND([Result]19>=100%,[Result]19<103%)),100%,IF((AND([Result]19>=103%,[Result]19<106%)),75%,IF((AND([Result]19>=106%,[Result]19<109%)),50%,IF((AND([Result]19>=109%,[Result]19<112%)),25%,IF([Result]19>=112%,0%,0))))))
For every 3% over 100 we reduce 25% of the result.
What am I missing?
Thank you
Best Answer
-
Ok. In that case... Smartsheet reads percentages as a decimal.
100% = 1
50% = 0.5
25% = 0.25
120% = 1.2
Try updating your numbers accordingly and let me know if that works.
Answers
-
How is the data in the Result column entered? Is it formatted as a percentage, or are you manually entering the % into the cell?
-
It is formatted as a percentage, and is linked to another sheet which calculates the percentage. Result is getting April in this case.
-
Ok. In that case... Smartsheet reads percentages as a decimal.
100% = 1
50% = 0.5
25% = 0.25
120% = 1.2
Try updating your numbers accordingly and let me know if that works.
-
It works. Thank you very much!
Help Article Resources
Categories
Check out the Formula Handbook template!