Hi everyone,
I'm designing a spreadsheet which enables me to check my work authorisations and I'd like it to do a number of things.
In column D I have the date I was authorised for the task, and then in column E, the date I am expired - I have been able to work this out!
My problem is that I'd like the dates in column E with conditional formatting to display Green if there is still over a month until this date is to expire, Amber if a month is left to go and finally red if this date has expired so I need to do something about it. So for example:
If the date is today, it should be Red, if the date is from the 29th August until yesterday I want it to display amber, and finally green if the date is over a month away.
So in E27 I have the column calculating my date in D27 + a year. (D27 shows 27 Mar 2011, E27 shows 27 Mar 2012.)
With conditional formatting;
To show red on the date, I have:
Cell Value Is | Greater than or equal to | =Today()
To show amber I have:
Cell Value is | Less than | =Today()
and whatever I try for green it doesn't work, although I suspect this is to do with the amber entry?
Hopefully that has made sense, any help is massively appreciated!
I'm designing a spreadsheet which enables me to check my work authorisations and I'd like it to do a number of things.
In column D I have the date I was authorised for the task, and then in column E, the date I am expired - I have been able to work this out!
My problem is that I'd like the dates in column E with conditional formatting to display Green if there is still over a month until this date is to expire, Amber if a month is left to go and finally red if this date has expired so I need to do something about it. So for example:
If the date is today, it should be Red, if the date is from the 29th August until yesterday I want it to display amber, and finally green if the date is over a month away.
So in E27 I have the column calculating my date in D27 + a year. (D27 shows 27 Mar 2011, E27 shows 27 Mar 2012.)
With conditional formatting;
To show red on the date, I have:
Cell Value Is | Greater than or equal to | =Today()
To show amber I have:
Cell Value is | Less than | =Today()
and whatever I try for green it doesn't work, although I suspect this is to do with the amber entry?
Hopefully that has made sense, any help is massively appreciated!