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
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 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
Check out the Formula Handbook template!