Conditional Formatting for Upcoming Dates

cmangi

New Member
Joined
Jul 17, 2014
Messages
17
I have a large table that contains a lot of due dates (column L), as we get to these due dates we enter transmittal numbers into a separate column (column B) . In the due date column (L) I would like the dates that are within 30 days highlight yellow and within 7 days highlight red. I would also like to have the formatting clear after transmittal numbers are entered.

Image if what my excel looks like: https://imgur.com/a/TqbE6

Any idea how I can make this work?
TqbE6
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
=today()-[your cell ref]<8 color red

second condition =today()-[your cell ref]<31 color yellow

not sure what you mean with transmittal numbers do you want them white font so they are invisible ?
 
Upvote 0
I basically mean that we give that due date a number, meaning that action is complete. For example if Cell L45 is due in 7 or 30 days it should be highlighted, which indicates to my team that this task needs to be complete. Once the task is complete a number (we call it a transmittal number) is filled into cell B45 showing it is complete. I just want the formatting to clear after B45 is not blank.

Make more sense?
 
Upvote 0
Just a quick follow up question I think I am already there.

What do you mean by "your cell cell"?
 
Upvote 0
by [your cell ref] I mean A1 or B2 wherever your cell is

my formula does not compute it means " today's date minus your date is less than 8" and if this is true turn the cell red

it is entered via conditional formatting
 
Upvote 0

Forum statistics

Threads
1,215,500
Messages
6,125,168
Members
449,211
Latest member
ykrcory

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