Forum Discussion
Lionreaux
May 04, 2021Copper Contributor
put color date
In an excel table, I have column "A" which contains folder names.
Column "B" contains the date when the file must be completed.
I would like :
- the cell in column A is on a GREEN background if tod...
- May 05, 2021
In French, the TODAY() function is named AUJOURDHUI()
So use
=$B2>AUJOURDHUI()+15
and
=$B2>=AUJOURDHUI()
Lionreaux
May 05, 2021Copper Contributor
HansVogelaar, hmm this isnt working when i select the entire range and i dont understand why...
Sorry my excel is in french so maybe the problem is the way that i write my dates?
HansVogelaar
May 05, 2021MVP
In French, the TODAY() function is named AUJOURDHUI()
So use
=$B2>AUJOURDHUI()+15
and
=$B2>=AUJOURDHUI()
- LionreauxMay 06, 2021Copper ContributorThanks a lot, it works !