Merging multiple non adjacent columns into one column

Excelwig

New Member
Joined
Oct 20, 2014
Messages
47
Hi

Can someone help with this, I have a worksheet with 62 columns of data, I want to take every other columns data and make one column

eg Column A,C,E,G until AP

each column has different amount cells of data so I want it so it doesn't leave a blank space when merged to one column say column AS

The columns have headers so I want it to start from row 3

example in the below I would want the data from column A,C,E,G starting in row 3 merging into one column with no spaces
A
B
C
D
E
F
G
H
Header
Header
Header
Header
Header
Header
Header
Header
ABC1
5
FGH
2
OPS
1
Abhg
2
Has
5
SSS
2
dsada
3
ewew
2
sadasd
5
weq
3
asdsad
2
aawwe
2

<tbody>
</tbody>


The result would look like this
Header
ABC1
Abhg
dsada
sadasd
asdsad
aawwe
FGH
Has
OPS
SSS
ewew
weq

<tbody>
</tbody>
 
Last edited:

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
After trying various formulas it looks like it might have to be a VBA solution.

not my strongest thing, if anyone can help ?
 
Upvote 0
Just an addition I would like the cells to be copied to one column to a sheet called Unique and added to the next available blank column if that is possible
 
Upvote 0

Forum statistics

Threads
1,216,068
Messages
6,128,595
Members
449,460
Latest member
jgharbawi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top