Hi all
I have two dates, Due Date and Actual Dates of which I am doing a calculation of to get the number of days between the actual date and due date. What I was hoping to do was use conditional formatting to colour the cell different colours depending on how late or early the date difference was. Now the issue I seem to have is that I am trying to highlight anything that is over a certain time by extracting just the number from the Date Difference Column.
so anything > refers to Days Late, < Days Early
Red: >28 <-28 days (so anything more than -28 days Early as Red)
Amber: >14 but less than 28, <-28 (so anything upto -28 days Early as Amber)
Green: <14 <-14 (so anything upto -14 days Early as Green)
Within the conditional formatting, I have done (shown below) this seems to highlight the 3 days late as Red but should be Green. I maybe completely on the wrong path and there could be an easier way to extract the number from the text within conditional formatting, as always any help is appreciated.
I have two dates, Due Date and Actual Dates of which I am doing a calculation of to get the number of days between the actual date and due date. What I was hoping to do was use conditional formatting to colour the cell different colours depending on how late or early the date difference was. Now the issue I seem to have is that I am trying to highlight anything that is over a certain time by extracting just the number from the Date Difference Column.
so anything > refers to Days Late, < Days Early
Red: >28 <-28 days (so anything more than -28 days Early as Red)
Amber: >14 but less than 28, <-28 (so anything upto -28 days Early as Amber)
Green: <14 <-14 (so anything upto -14 days Early as Green)
Due Date | Actual End Date | Date Difference |
30/08/23 | 02/09/23 | 3 Days late |
14/07/22 | 21/04/22 | -84 Days Early |
14/04/23 | 20/03/23 | -25 Days Early |
14/04/23 | 20/03/23 | -25 Days Early |
Within the conditional formatting, I have done (shown below) this seems to highlight the 3 days late as Red but should be Green. I maybe completely on the wrong path and there could be an easier way to extract the number from the text within conditional formatting, as always any help is appreciated.