Harvey Ball Formula based on multiple criteria
Hi,
I'm looking for a formula to populate the Harvey Ball color based on the Status of the project
For example:
In Progress = Green
In Progress and Delayed = Yellow
Not Started = Red
Complete = Blue
Cancelled = Blue
On Hold = Yellow
My formula is
=IF(Status@row = "In Progress", "Green", IF(Status@row = "In Progress and Delayed", "Yellow", IF(Status@row = "Complete", "Blue", IF(Status@row = "Not Started", "Red", IF(Status@row = "On Hold", "Yellow", IF(Status@row = "Cancelled", "Blue" )))))
but the colors won't change on Cancelled and In Progress & Delayed, and I believe I need to put a "AND" in the formula, but I don't know where.
Sincerely,
Novice :)
Answers
-
Your formula has the correct syntax which leads me to believe there may be an issue with the data itself.
Double check that "Cancelled" really is "Cancelled" with two Ls and not "Canceled" with one. Also double check whether you are using "&" or "and".
If that doesn't work, how is the status updated and what type of column is it?
-
Thanks Paul! I got it fixed! :)
-
Glad you were able to get it sorted. 👍️
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!