I have a large list of data that is all in one column. Anywhere from 2 - 3 cells at a time need to remain grouped together but transposed from the one column they are under to their own respective columns.
So basically I have
A
B
C
A
B
A
B
C
and what I need is
ABC
AB
ABC
I know how to do this on an individual basis by highlighting one group at a time and then pasting it as a special in a new sheet, but since the data is so huge I'm looking for a way to automatically do it for the whole list. Each "A" is in Bold and I was wondering if one possible solution was if there was a way to create a MACRO to have Excel automatically highlight the bold A and then all of the subsequent cells before the next Bold A and have them pasted together. So the cells in Bold would be the marker for excel to know which cells should be highlighted and copied together.
Bookmarks