Greetings from Down Under,
Long time reader, first time poster.
I am trying to create a conditional format that highlights a range of cells based on a date range and the letter value in another cell. I need the cells to shade a certain colour depending on the letter value of the other cell
I have managed to conditionally format the cells based on date using
=IF((G27<$F$27)*(G27>$E$27), TRUE, FALSE
Where
E27 = First date of range
F27 = last date of range
G27 to Z27 = cells containing calendar dates to be highlighted
but cannot get the cells to change colour based on an additional letter value. Not sure if I can have an AND statement attached to the above
I need it to basically perform the following:
If B27 equals "XX" AND =IF((G27<$F$27)*(G27>$E$27), TRUE, FALSE then highlight the date cells red.
If B27 equals "YY" AND =IF((G27<$F$27)*(G27>$E$27), TRUE, FALSE then highlight the date cells blue.
Etc.
I realise that each letter value for B27 may require a new conditional format.
I have tried a number of options but cannot get it to work.
I hope that makes sense.
Can anyone help?
Regards
Wez
Long time reader, first time poster.
I am trying to create a conditional format that highlights a range of cells based on a date range and the letter value in another cell. I need the cells to shade a certain colour depending on the letter value of the other cell
I have managed to conditionally format the cells based on date using
=IF((G27<$F$27)*(G27>$E$27), TRUE, FALSE
Where
E27 = First date of range
F27 = last date of range
G27 to Z27 = cells containing calendar dates to be highlighted
but cannot get the cells to change colour based on an additional letter value. Not sure if I can have an AND statement attached to the above
I need it to basically perform the following:
If B27 equals "XX" AND =IF((G27<$F$27)*(G27>$E$27), TRUE, FALSE then highlight the date cells red.
If B27 equals "YY" AND =IF((G27<$F$27)*(G27>$E$27), TRUE, FALSE then highlight the date cells blue.
Etc.
I realise that each letter value for B27 may require a new conditional format.
I have tried a number of options but cannot get it to work.
I hope that makes sense.
Can anyone help?
Regards
Wez