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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!