IF Statement with Symbols in Sheet Summary
I continue to receive the "UNPARSABLE" error message for the following formula:
=IF([Project % Complete L&P]# = 0, "Extreme", IF([Project % Complete L&P]# < 0.25, "Severe", IF([Project % Complete L&P]# < 0.5, "Moderate", IF([Project % Complete L&P]# < 0.75, "Mild", ([Project % Complete L&P]# = 1, "No Pain" "Very Severe")))))
I am attempting to auto populate symbols (emojis) in a field in the Sheet Summary based from the result in another field in the Sheet Summary, Project % Complete. The Project % Complete field holds a simple formula (=[Project Complete L&P]# / [Project Total L&P]#) based on other fields in the Sheet Summary.
Any insight is appreciated!
Best Answer
-
You only missed an "IF".
=IF([Project % Complete L&P]# = 0, "Extreme", IF([Project % Complete L&P]# < 0.25, "Severe", IF([Project % Complete L&P]# < 0.5, "Moderate", IF([Project % Complete L&P]# < 0.75, "Mild", IF([Project % Complete L&P]# = 1, "No Pain" "Very Severe")))))
Answers
-
You only missed an "IF".
=IF([Project % Complete L&P]# = 0, "Extreme", IF([Project % Complete L&P]# < 0.25, "Severe", IF([Project % Complete L&P]# < 0.5, "Moderate", IF([Project % Complete L&P]# < 0.75, "Mild", IF([Project % Complete L&P]# = 1, "No Pain" "Very Severe")))))
-
You are WONDERFUL... thanks!!! I must admit, my eyes go a bit crossed with the statement formulas.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!