Copy Data from Multiple Columns to a Single Column

Sufiyan97

Well-known Member
Joined
Apr 12, 2019
Messages
1,538
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
1601647942545.png


I have data set in Columns H, I and J, and I want to copy all the data in a single column.
Expected result in column G
 
To do it by columns
+Fluff v2.xlsm
GHIJ
1AAEI
2BBFJ
3CCGK
4DDHL
5E
6F
7G
8H
9I
10J
11K
12L
13 
Main
Cell Formulas
RangeFormula
G1:G13G1=IFERROR(INDEX($H$1:$J$4,MOD(ROWS($H$1:$H1)-1,ROWS($H$1:$J$4))+1,INT((ROWS($H$1:$H1)-1)/ROWS($H$1:$J$4))+1),"")
Thank you Fluff it works perfectly!
 
Upvote 0

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,215,636
Messages
6,125,959
Members
449,276
Latest member
surendra75

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