Neal Schultz
New Member
Could someone please assist with this via macro?
Column A contains multiple rows of data. The data is the same in consecutive 3 rows:
XYZ45789
XYZ45789
XYZ45789
XYZ45790
XYZ45790
XYZ45790
XYZ45791
XYZ45791
XYZ45791
XYZ45792
XYZ45792
XYZ45792
XYZ45793
XYZ45793
XYZ45793
XYZ45794
XYZ45794
XYZ45794
Macro to loop through the column appending an A to the second instance of same data and a B to the third instance. Continue looping until end of data in column A. To achieve this:
XYZ45789
XYZ45789 A
XYZ45789 B
XYZ45790
XYZ45790 A
XYZ45790 B
XYZ45791
XYZ45791 A
XYZ45791 B
XYZ45792
XYZ45792 A
XYZ45792 B
XYZ45793
XYZ45793 A
XYZ45793 B
XYZ45794
XYZ45794 A
XYZ45794 B
Column A contains multiple rows of data. The data is the same in consecutive 3 rows:
XYZ45789
XYZ45789
XYZ45789
XYZ45790
XYZ45790
XYZ45790
XYZ45791
XYZ45791
XYZ45791
XYZ45792
XYZ45792
XYZ45792
XYZ45793
XYZ45793
XYZ45793
XYZ45794
XYZ45794
XYZ45794
Macro to loop through the column appending an A to the second instance of same data and a B to the third instance. Continue looping until end of data in column A. To achieve this:
XYZ45789
XYZ45789 A
XYZ45789 B
XYZ45790
XYZ45790 A
XYZ45790 B
XYZ45791
XYZ45791 A
XYZ45791 B
XYZ45792
XYZ45792 A
XYZ45792 B
XYZ45793
XYZ45793 A
XYZ45793 B
XYZ45794
XYZ45794 A
XYZ45794 B