Conditional format highlight set for 2 weeks from today (rolling)

SirSquiddly

New Member
Joined
Jun 26, 2018
Messages
40
Hopefully this is relatively simple one.

I have tools that get sent away for repair and that date is input into excel. What I would like is to be able to open the file and instantly see what tools have been away for 2 weeks or longer through a conditional row/cell highlight. But, if tools are returned the return date is entered and the conditional format changes or is removed. This document is opened daily.

Thanks
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Let's say that sent out date is cell B1, and returned date is C1.
Then, I think you want a Conditional Formula like:
Code:
=AND(TODAY()-B1>14,C1="")
 
Upvote 0

Forum statistics

Threads
1,214,400
Messages
6,119,288
Members
448,885
Latest member
LokiSonic

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