Hi Guys,
I need some help with a bunch of data blocks that are stacked vertically in excel. I would like to put them adjacent to each other horizontally.
example:
What the Data looks like
AAA
BBB
CCC
AAA
BBB
CCC
DDD
AAA
BBB
CCC
DDD
EEE
What the data has to look like
AAA AAA AAA
BBB BBB BBB
CCC CCC CCC
DDD DDD
EEE
I would appreciate any help. I would like to have a macro that checks the size of the data block creates a range and moves it horizontally to be adjacent to the other data sets Then continue looping the procedure until it reaches the end of the vertical Data blocks.
Thanks in advance.
I need some help with a bunch of data blocks that are stacked vertically in excel. I would like to put them adjacent to each other horizontally.
example:
What the Data looks like
AAA
BBB
CCC
AAA
BBB
CCC
DDD
AAA
BBB
CCC
DDD
EEE
What the data has to look like
AAA AAA AAA
BBB BBB BBB
CCC CCC CCC
DDD DDD
EEE
I would appreciate any help. I would like to have a macro that checks the size of the data block creates a range and moves it horizontally to be adjacent to the other data sets Then continue looping the procedure until it reaches the end of the vertical Data blocks.
Thanks in advance.