G
graphicsxp
Hi,
I have a spreadsheet that looks similar to the below:
row 1: 1 aaa bbb ccc
row2 : 1 aaa bbb ddd
row3 : 2 eee fff ggg
row4 : 2 eee zzz yyy
..
..
..
What I want is a macro to run through all the rows and do a row-to-row
comparison between rows with an identical id (first column).
Differences should be highlighted by changing the cell colour to red.
For example, with the above, a comparison of the first two rows should
highlight the cells 'ccc' and 'ddd'. A comparison of the next two rows
will highlight 'fff', 'zzz', 'ggg' and 'yyy'.
Could somebody show me how to achieve this ?
Thanks
I have a spreadsheet that looks similar to the below:
row 1: 1 aaa bbb ccc
row2 : 1 aaa bbb ddd
row3 : 2 eee fff ggg
row4 : 2 eee zzz yyy
..
..
..
What I want is a macro to run through all the rows and do a row-to-row
comparison between rows with an identical id (first column).
Differences should be highlighted by changing the cell colour to red.
For example, with the above, a comparison of the first two rows should
highlight the cells 'ccc' and 'ddd'. A comparison of the next two rows
will highlight 'fff', 'zzz', 'ggg' and 'yyy'.
Could somebody show me how to achieve this ?
Thanks