Conditional Formatting =TODAY()

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am trying to get a status in my data to show different colours for delivery dates that are in L10 down, the status being in P10 down

At the moment I have CF for the following

=TODAY()>L10 = Red
=TODAY()<L10 = Orange
=TODAY()=L10 = Green

For some reason if there is nothing in L10 yet it shows red, is there a way to have no CF if L10 is empty

Many thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
That's perfect, many thanks

Could I please ask another question

I am trying to make a traffic light system work to let me know how close I am getting to the delivery dates in L10

I would like Yellow if its within 5 days, Orange if its within 3 days

I cant seem to get this to work

Many thanks for your help
 
Last edited:
Upvote 0
Green when value >= the value:

=TODAY()+6

Amber when value >= the value:

=TODAY()+4

Then red the rest. Play around with that.
 
Upvote 0

Forum statistics

Threads
1,215,443
Messages
6,124,890
Members
449,194
Latest member
JayEggleton

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