Conditional format to highlight future dates

still learning

Well-known Member
Joined
Jan 15, 2010
Messages
821
Office Version
  1. 365
Platform
  1. Windows
Hi,

What I’m I doing wrong??????

I have a column that contains past, present, and future dates. They are formatted as mm/d/yy the dates are in F72:F85. F86:F200 are blank for now but will have dates in them as the year goes on.
I’m trying to use conditional format to highlight in red any cell in the column that is equal to or greater than today. I can’t see what I’m doing wrong
I tried using this
Excel Formula:
=F72>=today()
And highlighting F72:F200
F85 contains 9/17/24
Nothing changed color
I then put in cell F1
Excel Formula:
=today()
And changed the formula in CD to
Excel Formula:
=$F$1>=today()
And highlighted F72:F200
Nothing changed color
I tried without the “>” only the “=”…I also tried “<”
Still no change

I then put this formula in a cell near by and got “red” as a result
Excel Formula:
=if(f85>=S1,”red”,”blk”)

What am I missing??????

mike
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Make sure you follow these steps:
1. First select the range: F72:F200
2. Go to Conditional Formatting and enter the Conditional Formatting formula:
Excel Formula:
=F72>=Today()
3. Choose your formatting option
4. Click OK

Note that the formula in step 2 absolutely MUST coincide with the FIRST cell in your selected range in step 1 (you MUST select this range before applying the formula).
People often make the mistake of selecting the whole column, but then writing the formula on the first cell that they want to apply it to. That will not work.
You must first select the EXACT range you want to apply it to, and write the formula as it pertains to the very first cell in your pre-selected range.
 
Upvote 0
Solution
Hi Peter
thank you. I think what i was doing wrong was not highlighting the range first.

Mike
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,223,871
Messages
6,175,095
Members
452,612
Latest member
MESTeacher

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