i am setting conditional formatting to a column to highlight where it is different to another column.
Formula is: =if($AF94<>$T94,1,0)
So, if those two cells are different, answer is True. This then formats the cell RED. This is applied to the $AF$94:$AF$622.
I have then used the same formula for each subsequent pair of columns: AG<>U, AH<>V, AI<>W, AJ<>X, AK<>Y, etc
On any cell in the first few columns (AG - AI), looking at the CF by selecting Manage Rules, shows the formula from above. =if($AF94<>$T94,1,0)
However, Column AJ goes awry. it still works but i am curious why its now showing =if($aj1048142<>$x1048142,1,0)
any ideas?
Formula is: =if($AF94<>$T94,1,0)
So, if those two cells are different, answer is True. This then formats the cell RED. This is applied to the $AF$94:$AF$622.
I have then used the same formula for each subsequent pair of columns: AG<>U, AH<>V, AI<>W, AJ<>X, AK<>Y, etc
On any cell in the first few columns (AG - AI), looking at the CF by selecting Manage Rules, shows the formula from above. =if($AF94<>$T94,1,0)
However, Column AJ goes awry. it still works but i am curious why its now showing =if($aj1048142<>$x1048142,1,0)
any ideas?
Last edited: