Conditional Formatting for 7 days overdue

Jordan_YBC

New Member
Joined
Nov 21, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Screenshot 2023-11-21 155710.jpg
Screenshot 2023-11-21 154440.jpg

Hello everybody,

First time poster so please pardon my lack of knowledge in regards to excel.
I have designed a spread sheet in order to track purchase orders and have had some trouble in regards to highlighting cells based on orders overdue by 7 days+
I would like to remove the 2 rules for 'last week' & 'last month' and replace these with 1 rule to highlight all cells overdue by 7 days+ red with white text, any help is much appreciated!

thanks in advance,

- Jordan
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
TRT

for 2007, 2010 , 2013 , 2016 , 2019 or 365 Subscription excel version
Conditional Formatting

Highlight applicable range >>
I2:I100 - Change, reduce or extend the rows to meet your data range of rows - Not sure what column

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:
=AND(I2<>"",I2<Today()-7)

Format [Number, Font, Border, Fill] - set fill for Red and Font White
choose the format you would like to apply when the condition is true
OK >> OK
 
Upvote 0
Solution
Thank you etaf thats done the trick!

I made some slight changes as follows
=AND(I1<>"",I1<TODAY()-6)

Now we're up and running, thanks again :)
 
Upvote 0

Forum statistics

Threads
1,215,078
Messages
6,122,997
Members
449,093
Latest member
masterms

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