C
Coyote
Please look at the following and help me with this conditional format.
Column A: This column is either set to "CURR" or "PREV"
I want Column B to be shaded "Red" if Column A is "PREV" and the the Current
YEAR is 2004, "Blue" if Column A is "PREV" and the Currrent YEAR is 2005.
I tried using conditional formatting but I didn't have something correct.
First condition: Formula is =$A1="PREV"
2nd Condition: Formula is =(YEAR(TODAY()))=2004 Set format to RED
3rd Condition: Formula is =(YEAR(TODAY()))=2005 Set format to BLUE
Using the above conditions changed column B to "RED" regardless of whether
or not Column A was "PREV"
Thanks in Advance
Coyote
Column A: This column is either set to "CURR" or "PREV"
I want Column B to be shaded "Red" if Column A is "PREV" and the the Current
YEAR is 2004, "Blue" if Column A is "PREV" and the Currrent YEAR is 2005.
I tried using conditional formatting but I didn't have something correct.
First condition: Formula is =$A1="PREV"
2nd Condition: Formula is =(YEAR(TODAY()))=2004 Set format to RED
3rd Condition: Formula is =(YEAR(TODAY()))=2005 Set format to BLUE
Using the above conditions changed column B to "RED" regardless of whether
or not Column A was "PREV"
Thanks in Advance
Coyote