Conditional Formatting for Dates
I have two columns, one with a projected date and one with an actual date. I want the actual date to turn red whenever it is later than the projected date. How would I make this happen?
Best Answer
-
With a helper column. Create a column that does that evaluation:
=IF([Actual Date]@row > [Projected Date]@row,"Bad Date","")
Then you can create a conditional format that turns the Actual Date red if the helper column says "Bad Date".
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
Answers
-
@happinessisland You'll need to add a backend helper column that checks itself when the actual date is later than the projected date and then use that helper column to run the conditional formatting (if box is checked, make the actual date red).
Hope this helps!
-
With a helper column. Create a column that does that evaluation:
=IF([Actual Date]@row > [Projected Date]@row,"Bad Date","")
Then you can create a conditional format that turns the Actual Date red if the helper column says "Bad Date".
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
-
Thank you so much @Kerry St. Thomas & @Kelly P. !!!!!!!
-
@happinessisland Happy to help! 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!