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
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 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!