What's wrong with this formula?
Answers
-
Hello, I could be wrong but your final IF statement has no statement if false.
[% Completed]@row < 70 = Logical Statement
"Red" = Value if Correct
MISSING = Value if Incorrect.
Let me know if this works!
-
Thank you for your reply. Unfortunately, that didn't work.
This is a step in the Core App Skills Badge Exercise and I can't move on until I get this figured out. The videos leading up to this leave a bit to be desired when it comes to preparing for the skills tests at the end of each module. The exact question is:
Use a nested if formula to automate the RYG status balls in the "Status" column, depending upon the "% Complete" for each request.
If a request is less than 70% complete, turn the "Status" column into a "Red" status ball,
If a request is 70% or above and less than 100% complete, turn the "Status" column into a "Yellow" status ball,
If a request is 100% complete, turn the "Status" column into a "Green" status ball
This formula returns a #UNPARSEABLE response:
=IF([% Complete]@row = 100, "Green", IF(AND [% Complete]@row > 70, [% Complete]@ row < 99), "Yellow", IF ([% Complete]@row < 70, "Red", 0))))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!