still learning
Well-known Member
- Joined
- Jan 15, 2010
- Messages
- 821
- Office Version
- 365
- Platform
- 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
And highlighting F72:F200
F85 contains 9/17/24
Nothing changed color
I then put in cell F1
And changed the formula in CD to
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
What am I missing??????
mike
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()
F85 contains 9/17/24
Nothing changed color
I then put in cell F1
Excel Formula:
=today()
Excel Formula:
=$F$1>=today()
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