Turn Date Red
Options
I am looking to turn the date red if past due + 7 days. Conditional formatting is not working. Does anyone have the formula to make this work? See screenshot below
Answers
-
Hello @srivers71
I would create a helper column (that can be hidden) to determine overdue days, something like:
=NETWORKDAY([Finish]@row, TODAY())
Then use this column to drive conditional formatting and notifications/update requests.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!