Formula to Change Harvey Ball Color Based off of a Word
Comments
-
Try this...
=IF(State@row = "Complete", "Green", IF([End Date]@row < TODAY(), "Red", IF(State@row = "Not Started", "Blue", IF(State@row = "In Progress", "Yellow"))))
-
Any idea why this isn't working? I have a column named "Status" and a column named Symbol where I have the equation. The symbol column has the correct symbol property. For some reason it's only working with one IF statement. Help?
=IF (Status@row = "Backlog", "Empty", IF(Status@row = "Need Resources", "Quarter", IF(Status@row = "Planning", "Half", Status@row = "In-Work", "Three Quarter", “Full”)))
Backlog= Empty
Need Resources= Quarter
Planning=Half
In-Work=Three Quarter
Complete=Full
-
I hope you're well and safe!
Try something like this. (you were missing an IF part and also you had some strange characters around the Full answer)
=IF(Status@row = "Backlog", "Empty", IF(Status@row = "Need Resources", "Quarter", IF(Status@row = "Planning", "Half", if(Status@row = "In-Work", "Three Quarter", "Full")
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå yes that worked! Thank you so much!!
-
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!