Hi all -
Using condi-format to format rows when change in unit number in ColA
However, my formula is highlighting first instance. I would like the second
highlighted.
Ex :
A2 5890001 [currently highlight]
A3 5890002 [this is the row I would like highlighted]
Here's my formula in condi-format
=IF($A2<>$A3, TRUE, FALSE)
I tried flipping the 3 and 2. - no help
Thanks
-marc