Health Status Formula
Hi!
Currently, I have a formula in place to indicate R,Y,G Health based on the Start/Due Date. Is it possible to add an =OR function so that if "Status" column is switched to complete the Health will indicate green.
Sorry .. very new to this.
Best Answer
-
You are missing the 2nd "If" in bold:
=If(Status@row="Complete", "Green", IF([Due
Answers
-
Adding an additional IF statement to the beginning of your formula should work.
You will also need to add an additional closing parenthesis at the end of the formula.
IF(Status@row = "Complete", "Green", + existing formula + additional )
Hope this helps!
-
Thanks for your reply! Is this the way it should be written? If so I get a unparseable error. Thoughts?
-
You are missing the 2nd "If" in bold:
=If(Status@row="Complete", "Green", IF([Due
-
@ker9 There it is. Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!