Conditionally Format cells based on relationship to a max value

Kingsof82

New Member
Joined
Oct 7, 2022
Messages
4
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I'm looking to identify through conditional formatting, when a task has been performed, but has been performed late.

Staff supervisions need to be performed every three months, and for each staff member, I have the dates of these entered into rows. I'm looking to fill a cell orange, when the date in that cell, is more than 3 months and 1 week later than the highest value in previous cells.

I've found a solution to use:
=[cell]-MAX([ range])>97

However, I would prefer to use 3 months and one week instead of 97 days as this would make more sense to those overseeing the department. I'd guess this would incorporate YEAR(), MONTH()+3, DAY()+7 but as yet I haven't been able to successfully incorporate this into a MAX value formula.

Any advice would be greatly appreciated,

Thanks
 
Last edited by a moderator:

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
You could use something like
Excel Formula:
=A2>EDATE(MAX(D2:J2),3)+7
 
Upvote 0
Solution

Forum statistics

Threads
1,223,237
Messages
6,170,928
Members
452,366
Latest member
TePunaBloke

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