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

  • Kerry St. Thomas
    Kerry St. Thomas ✭✭✭✭✭✭
    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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!