Health column formula to automatically change based on due date
Hi all,
Looking to get some help / formulas to help me with my sheet.
I would like my health column to change colours automatically based on:
Green = Status column marked completed
Yellow = due date two days away from today
Red = Due date in the past
Answers
-
This should do the trick.
=IF([Completed (TICK)]@row = true, "Green", IF([Due date]@row < TODAY(), "Red", IF([Due date]@row <= TODAY() + 2, "Yellow", "")))
Meets all criteria, anything falling outside will not display anything.
Hope it helps
Thanks
Paul
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!