Conditional formatting based on date
Good morning,
I need a formula that will turn the date in the Attempted Contact column grey, if it is more than one day past the date in the Assigned column.
Is this possible?
Best Answer
-
Hi @skh,
You will need to use a "helper" column for this. Create a new column that will track if the Attempted Date meets the criteria - I suggest a check box.
I created a checkbox column called "Attempted Contact (Helper)" - this can be hidden. I added the following formula: "=IF([Attempted Contact]@row > (Assigned@row + 1), 1)". This will check the box once the date is greater that 1 day late.
Next, you can create a conditional format based on that checkbox,
Hope this helps,
Dave
Answers
-
Hi @skh,
You will need to use a "helper" column for this. Create a new column that will track if the Attempted Date meets the criteria - I suggest a check box.
I created a checkbox column called "Attempted Contact (Helper)" - this can be hidden. I added the following formula: "=IF([Attempted Contact]@row > (Assigned@row + 1), 1)". This will check the box once the date is greater that 1 day late.
Next, you can create a conditional format based on that checkbox,
Hope this helps,
Dave
-
Thank you! This worked perfect. I have two other columns that will need a similar formula:
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.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives