johannes2008
New Member
- Joined
- Aug 20, 2010
- Messages
- 45
- Office Version
- 365
- Platform
- Windows
Hello
I am trying to use conditional formatting so that cell A18 will go red if the value id D18 is greater then today's date but D19 is less then today's date. I want to repeat this for cells A18:A28
I have a number of steps in a process that happen weeks apart and the start date for those steps are listed in column D. What I am trying to do is have the cell corresponding with the current step we are in be highlighted so people can easily determine where we are in the process.
I used the below formula but it is not highlighting the correct cell.
=AND(D18>TODAY(),D19<TODAY())
The formatting in column D is "ddd, dd-mmm-yy"
I am trying to use conditional formatting so that cell A18 will go red if the value id D18 is greater then today's date but D19 is less then today's date. I want to repeat this for cells A18:A28
I have a number of steps in a process that happen weeks apart and the start date for those steps are listed in column D. What I am trying to do is have the cell corresponding with the current step we are in be highlighted so people can easily determine where we are in the process.
I used the below formula but it is not highlighting the correct cell.
=AND(D18>TODAY(),D19<TODAY())
The formatting in column D is "ddd, dd-mmm-yy"