So I just had something pretty strange happen to me today. I was demonstrating adding a conditional formatting rule to the range D5:E10 and G5:H10 :
Formula
=D5>1.03 then format fill blue
I clicked on OK and Excel converted D5 into A5.
Of course when I went back to see why the rule wasn't working as advertised, I noticed that it had A5 so I changed it and all was well. Then I went to add the next rule over the same range noted above:
Formula
=And(D5<=1.03,D5>=0.97) then format fill green
and the same darn thing happened. Each instance of D5 turned into A5.
Does anyone know what is going on?
Formula
=D5>1.03 then format fill blue
I clicked on OK and Excel converted D5 into A5.
Of course when I went back to see why the rule wasn't working as advertised, I noticed that it had A5 so I changed it and all was well. Then I went to add the next rule over the same range noted above:
Formula
=And(D5<=1.03,D5>=0.97) then format fill green
and the same darn thing happened. Each instance of D5 turned into A5.
Does anyone know what is going on?