I just did a search on "Excel 2010 bug" and the answer to the O.P.'s question was to post here first to see if it's just a wayward setting or some such. The bug I came across was as follows:
I selected a 3 column wide (about 150 rows) area for conditional formatting based on a formula. I was extremely careful typing it in since the length of the formula means scrolling back is so difficult (can't use arrow keys). What I typed was:
=OR($D5="ptlt", $D5="fv", $D5="rtd", $D5="radar", $D5="twtt", $D5="binderxv", $D5="nolimits")
When I saw that the formatting didn't take I checked the rule and found:
=OR($D1048449="ptlt", $D1048449="fv", $D1048449="rtd", $D1048449="radar", $D1048449="twtt", $D1048449="binderxv", $D1048449="nolimits")
So how does a "5" change to "1048449"? Is that unicode or something? The strange thing is, this has happened to me twice and NOT happened several other times on the same sheet.
I selected a 3 column wide (about 150 rows) area for conditional formatting based on a formula. I was extremely careful typing it in since the length of the formula means scrolling back is so difficult (can't use arrow keys). What I typed was:
=OR($D5="ptlt", $D5="fv", $D5="rtd", $D5="radar", $D5="twtt", $D5="binderxv", $D5="nolimits")
When I saw that the formatting didn't take I checked the rule and found:
=OR($D1048449="ptlt", $D1048449="fv", $D1048449="rtd", $D1048449="radar", $D1048449="twtt", $D1048449="binderxv", $D1048449="nolimits")
So how does a "5" change to "1048449"? Is that unicode or something? The strange thing is, this has happened to me twice and NOT happened several other times on the same sheet.