D
Davie
I've got the following type of data:
id name address postcode
1 davie london lon34
1 davo glasgow ga23
3 tester manchester ma45
3 tas sfdfs sdfs
4 adssf 4asfd sf
4 dfsdf sdfsdf sdfh44
How can I highlight the rows with
1, 1,
3, 3,
and 4,4 with alternating background colours?
for example the first match would be blue(1,1)
the second match would be yellow(2,2)
the third match would switch back to blue (3,3)
and so on. The reason being, I need to visually examine the rows with
matching ids to determine whether they refer to the same entry. I know i
could probably do this in VB only I'm not too familiar with excel and vb.
id name address postcode
1 davie london lon34
1 davo glasgow ga23
3 tester manchester ma45
3 tas sfdfs sdfs
4 adssf 4asfd sf
4 dfsdf sdfsdf sdfh44
How can I highlight the rows with
1, 1,
3, 3,
and 4,4 with alternating background colours?
for example the first match would be blue(1,1)
the second match would be yellow(2,2)
the third match would switch back to blue (3,3)
and so on. The reason being, I need to visually examine the rows with
matching ids to determine whether they refer to the same entry. I know i
could probably do this in VB only I'm not too familiar with excel and vb.