Can anyone help with my "IF" formula?
Hi, I'm looking to create an "IF" formula for the 'Health' column circle boxes
Blue = Status: Complete
Green = Status: On Track
Yellow = Status: Not Started
Red = Status: On Hold and Status: Off Track
This is my attempt of the formula but I am receiving an error messaging -
can anyone help?
=IF(Status3 = "Complete", "Blue", IF(Status3 = "On Track", "Green"), IF(Status3 = "Not Started", "Yellow"), "Red")
Many thanks :)
Best Answer
-
Just a couple of misplaced parenthesis...
=IF(Status3 = "Complete", "Blue", IF(Status3 = "On Track", "Green", IF(Status3 = "Not Started", "Yellow", "Red")))
Answers
-
Just a couple of misplaced parenthesis...
=IF(Status3 = "Complete", "Blue", IF(Status3 = "On Track", "Green", IF(Status3 = "Not Started", "Yellow", "Red")))
-
amazing - thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!