Highlight cell after a time period expires

trevolly

Board Regular
Joined
Aug 22, 2021
Messages
120
Office Version
  1. 365
Platform
  1. Windows
Hi all

Hope you're all well. I have a daily log for work where we type issues in a table. This table is made of a column for entering the date of the issue and then the next column along contains the issue. Is there a way of highlighting the cell with the issue in if the date column expires a certain time scale, say 7 days? This would then enable staff to be alerted of an ongoing issue and then chase it where needed.

I tried conditional formatting with a rule of =(B28:B50)>=7 but it just colours (by conditional formatting) the text as red no matter what date is in the date column

Thanks for your time all

T
 

Attachments

  • Screenshot 2021-09-29 130404.jpg
    Screenshot 2021-09-29 130404.jpg
    25.3 KB · Views: 10

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
If your dates are real dates & not text select D28:D50 & use this formula
Excel Formula:
=B28>=TODAY()-7
 
Upvote 0
Solution
Hi thanks for the reply. Not sure what you mean by "real dates". The cell with the date in is typed ie: 29/09/21 and then cell is formatted to see a date format. I tried your formula in conditional formatting and it turn the text red no matter what date is entered. Thanks thou
 
Upvote 0
With todays date of the 29th what dates should get highlighted?
 
Upvote 0
If we were using todays date (29th) I was hoping to highlight anything +7 days and more from now. So from the 06/10/21 (and beyond) in this case it would highlight.

Its just staff type in information to this sheet in the layout I posted (typing a date in the "date column" and then the issue in the next column) but then that data just sits there and goes out of date..... I wanted to be able to put a timescale on the issue and then staff either follow up the issue or delete the out of date issue.

Thanks for your time
 
Upvote 0

Forum statistics

Threads
1,215,254
Messages
6,123,893
Members
449,131
Latest member
leobueno

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