Date reminder 7 days before

Sjokwaave

New Member
Joined
Oct 30, 2023
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi all.

I have a spreadsheet with peoples details I need to contact once every month over a 12 month period. I have the dates across twelve columns for when they are due contact in that month. Is there anyway to have excel remind me 7 days before, preferably by highlighting the relevant cell? I've tried conditional formatting, but most of the help that I've found tends to be on based on the 'TODAY' value or creating a separate table rather than the date in the cell.

Any help would be appreciated.

Cheers,

Sjok.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
If you are not going to use the TODAY() function, how are you creating a reference date to compare the due dates?
 
Upvote 0
You'll have to forgive me, because my knowledge of excel is not great.

I want the reference date to be the date in the cell. I tried using =TODAY()-7 (that I got trying to google a solution, which all seemed to be around accounting which is not what this is for) but that ending up highlighting all future dates.

Let's say that the cell says 22/01/2024 as the date I'm due to make contact - I'd like the sheet to turn the cell red 7 days before.
 
Upvote 0
If the date 22/01/2024 is in cell B2, then the Conditional Formatting for cell B2 should be:

Excel Formula:
=(B2-7)<=TODAY()

then copy formatting down using the format painter.

1698686258202.png
 
Upvote 1
Solution

Forum statistics

Threads
1,215,110
Messages
6,123,146
Members
449,098
Latest member
Doanvanhieu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top