Hi,
I'm stumped as to why this doesn't work, but am sure it's something simple.
I have conditional formatting in A3 that compares A3 to A2 and if the results are the same it changes the cell colour. - =INDIRECT("a"&ROW())=INDIRECT("A"&ROW()-1)
I then have conditional formatting in B3 that should change the cell colour if A2 & A3 match and B2 & B3 match - =AND(INDIRECT("A"&ROW())=INDIRECT("A"&ROW()-1),INDIRECT("B"&ROW())=INDIRECT("B"&ROW()-1))
but for some reason this second one doesn't work.
For info, I'm using INDIRECT in this to maintain the conditional formatting as and when new rows are entered in the middle of the data.
Any one got any bright ideas on this?
Am I just missing some fundamental point?
Thanks.
S.
Bookmarks