I need a formula that will turn the date in the Contacted Date column grey, if it is more than one d

I need a formula that will turn the date in the Contacted Date column grey, if it is more than one day past the date in the Assigned column.

And I need a formula that will turn the date in the Planned Inspection column grey, if it is more than two days past the date in the Assigned column.

Answers

  • Mark.poole
    Mark.poole ✭✭✭✭✭✭
    edited 06/28/24

    @skh

    in your attempted contact helper column

    =IF([Attempted Contact]@row > Assigned@row+1,1,0)

    use conditional formatting to turn Attempted Contact column grey if flagged.

    in contacted date helper

    =IF([Planned Inspection]@row > Assigned@row+2,1,0)

    with conditional formating

    If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.

  • Thank you, Thank you!!!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!