Hi, I wonder whether someone may be able to help me please.
I'm using the following three formulas to perform conditional formatting on cell B when cell A contains a date. Each condition depicts a cell colour depending on the following:
Within The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))=(today())
Prior To The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))<(today())
Greater Than The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))>(today())
It took me so time to put this together, but I've one other condition which I need to add to the above which I'm having difficulty in solving.
In addition to setting the cell colour of cell B, i would also like to set a text value.
So if the date is:
Within The Current Month, I would like the cell to say "Act'ls",
Prior To The Current Month, I would like the cell to say "Act'ls", and
Greater Than The Current Month, I would like the cell to say "A'able"
As I said earlier, it's left me a little stumped, but I just wondered whether someone could possibly take a look at this please and offer a little guidance on how I may go about this.
Many thanks and kind regards
Chris
I'm using the following three formulas to perform conditional formatting on cell B when cell A contains a date. Each condition depicts a cell colour depending on the following:
Within The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))=(today())
Prior To The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))<(today())
Greater Than The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))>(today())
It took me so time to put this together, but I've one other condition which I need to add to the above which I'm having difficulty in solving.
In addition to setting the cell colour of cell B, i would also like to set a text value.
So if the date is:
Within The Current Month, I would like the cell to say "Act'ls",
Prior To The Current Month, I would like the cell to say "Act'ls", and
Greater Than The Current Month, I would like the cell to say "A'able"
As I said earlier, it's left me a little stumped, but I just wondered whether someone could possibly take a look at this please and offer a little guidance on how I may go about this.
Many thanks and kind regards
Chris