Joneye
Well-known Member
- Joined
- May 28, 2010
- Messages
- 785
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
I would like a formula to do the below.
Cell A1 has a date in it, if the date is greater than today it turns green, if less than today it turns red. If no date is in the cell the cell is white.
The formula i have at the moment is;
Red =AND($A1<TODAY())
Green =AND($A1<TODAY())
White ?????
Now because of the way excel works the cell date with nothing in if im correct is 01/01/1900. Hence why im failing.
Any help BRILL
Cell A1 has a date in it, if the date is greater than today it turns green, if less than today it turns red. If no date is in the cell the cell is white.
The formula i have at the moment is;
Red =AND($A1<TODAY())
Green =AND($A1<TODAY())
White ?????
Now because of the way excel works the cell date with nothing in if im correct is 01/01/1900. Hence why im failing.
Any help BRILL