Health formula help
Hi all,
Can anyone tell me what is wrong with my formula:
=IF(Status@row = "Complete", "Green", IF(Status@row = "[On Hold]", "Gray", IF(Finish@row <> "", IF(Finish@row < TODAY(), "Red", IF(Finish@row <= TODAY(5), "Yellow", IF(Finish@row >= TODAY(1), "Green"))))))
All is working aside from the gray ball if on hold is not showing, and no error message- probably something glaringly obvious but I just cant seem to figure it out.
Many thanks,
Toni
Best Answer
-
Hello @Toni,
Just curious, are the brackets really necessary within "[On Hold]" ?
I'm curious if you've tried "On Hold".
Additionally, if there are different variations of "On Hold" you could try:
IF(CONTAINS("On Hold", Status@row), "Gray"
https://www.linkedin.com/in/zchrispalmer/
Answers
-
Hi @ToniC44
For the Gray, are you specifically looking for the words including the brackets: "[On Hold]"
-
Hello @Toni,
Just curious, are the brackets really necessary within "[On Hold]" ?
I'm curious if you've tried "On Hold".
Additionally, if there are different variations of "On Hold" you could try:
IF(CONTAINS("On Hold", Status@row), "Gray"
https://www.linkedin.com/in/zchrispalmer/
-
Removed the brackets and all is working now :) Thank you!
-
Excellent! Happy this worked :-)
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!