Conditional formatting based on date

ARossi

New Member
Joined
May 28, 2015
Messages
2
Hi all. I have a spreadsheet that tracks user reviews for books I send them. See below for example. If the person reviewed a book, but it was reviewed more than 30 days after it was sent, I'd like to format a cell blue. I know this can't be difficult but I can't figure it out. Can you help? TIA!

ABC
1SENTREVIEWED
2PERSON 11/11/151/13/15
3PERSON 21/11/155/25/15
4PERSON 31/11/16

<tbody>
</tbody>
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Welcome to the board.

Your conditional formatting formula in C2 would be:

=C2-30 > B2

Use the format painter to copy the format down.
 
Upvote 0

Forum statistics

Threads
1,207,420
Messages
6,078,435
Members
446,337
Latest member
nrijkers

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