Health Formula
This is my current formula. I have added a drop down option in my status column "NA". I have also changed my health column to include a gray light option. Can someone help me add this to my current formula. IF (Status@row = "NA", "Gray".
=IFERROR(IF(Status@row = "Complete", "Green", IF(AND(Status@row = "Not Started", [Task Start Date]5 <= TODAY(5)), "Red", IF(AND(Status@row = "In Progress", [Task Start Date]5 <= TODAY(10)), "Yellow")))), "")
Best Answers
-
=IFERROR(IF(Status@row = "NA", "Gray",IF(Status@row = "Complete", "Green", IF(AND(Status@row = "Not Started", [Task Start Date]5 <= TODAY(5)), "Red", IF(AND(Status@row = "In Progress", [Task Start Date]5 <= TODAY(10)), "Yellow"))))), "")
This should do the job. Let me know if not.
-
@Kelsey L DeOrdio you certainly can. You would need to set up an automation with the following logic:
When rows are changed and when 'Date Started Column' changes to 'Any value', change a cell value ('Status' changes to 'In Progress').
Answers
-
=IFERROR(IF(Status@row = "NA", "Gray",IF(Status@row = "Complete", "Green", IF(AND(Status@row = "Not Started", [Task Start Date]5 <= TODAY(5)), "Red", IF(AND(Status@row = "In Progress", [Task Start Date]5 <= TODAY(10)), "Yellow"))))), "")
This should do the job. Let me know if not.
-
@Philip Robbins This helped!
One more question..
I set up my status column to default to "Not Started"
I have a column where I enter the date I started a task.
Can I set the status column up to change to "In Progress" when a date is entered there?
-
@Kelsey L DeOrdio you certainly can. You would need to set up an automation with the following logic:
When rows are changed and when 'Date Started Column' changes to 'Any value', change a cell value ('Status' changes to 'In Progress').
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!