Conditional Formatting in Excel

  • Thread starter Thread starter deborah_michelle
  • Start date Start date
D

deborah_michelle

I want my dates to automatically turn red when they are 15 days past
due...how do i do this???

THANKS!
 
I want my dates to automatically turn red when they are 15 days past
due...how do i do this???

THANKS!

Hello Deborah,

This example checks if cell A1 is 15 days past today, and if it is
colors it red. Change the cell address to what you are using.

Here is how...
1) Select the first cell in the date range to check
2) On the main menu go to Format > Conditional Formatting...
3) When the pop up is displayed, select "Formula Is" from the
Condition 1 drop down box.
4) Enter this formula in the box to the right: =Now() - A1 > 15
5) Click the button marked "Format..."
6) Click on the tab "Patterns", select the red color box, and click OK
7) Click OK on the first pop up.
8) Click on the lower right corner of the cell and drag it down to the
last date. This will apply the same codition to all dates.

Sincerely,
Leith ross
 
Hello Deborah,

This example checks if cell A1 is 15 days past today, and if it is
colors it red. Change the cell address to what you are using.

Here is how...
1) Select the first cell in the date range to check
2) On the main menu go to Format > Conditional Formatting...
3) When the pop up is displayed, select "Formula Is" from the
Condition 1 drop down box.
4) Enter this formula in the box to the right:  =Now() - A1 > 15
5) Click the button marked "Format..."
6) Click on the tab "Patterns", select the red color box, and click OK
7) Click OK on the first pop up.
8) Click on the lower right corner of the cell and drag it down to the
last date. This will apply the same codition to all dates.

Sincerely,
Leith ross

Thank you...do i have to put a different cell number in for each one??
Is there like a universal code i can use for like the whole column?
Thanks
Deborah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top