Ok, so I am using excel 2007, and am trying to do some fairly complicated conditional formatting. Consider the following:
=1=1
Highlights the cell.
=INDIRECT(ADDRESS(2,COLUMN()))=5
Highlights cells in a column where the second row has 5 in it.
=AND(1=1,2=2)
Highlights the cell.
=AND(INDIRECT(ADDRESS(2,COLUMN()))=5,1=1)
Highlights nothing?
It seems that any complicated things I can do simply don't work. Even when the expression evaluates true when put into the cell directly, it doesn't always make the formatting work correctly. Has anybody else experienced this? Anybody have a workaround?