+ Reply to Thread
Results 1 to 6 of 6

align or combine multiple columns from multiple sheets into one sheet in sequence

  1. #1
    Registered User
    Join Date
    10-16-2012
    Location
    japan
    MS-Off Ver
    Excel 2003
    Posts
    18

    align or combine multiple columns from multiple sheets into one sheet in sequence

    Hello,

    My workbook contains many sheets with three columns on each of them. I would like to combine the columns in sequence into one sheet only.
    Is there any macro or function for this.

    Thanks in adv.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: align or combine multiple columns from multiple sheets into one sheet in sequence

    Your question is a little vague. Perhaps this will get you started:

    'MANY SHEETS TO ONE SHEET
    Here's a macro for merging data from multiple sheets into a "consolidation" sheet where the source sheets are the same layout.

    There's a sample file there, too, to make it easy to try it out.
    Last edited by JBeaucaire; 12-27-2019 at 10:27 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    10-16-2012
    Location
    japan
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: align or combine multiple columns from multiple sheets into one sheet in sequence

    Sorry JBeaucaire.
    I sould be more specific. I have tried the code but it merged all the rows into one column, instead.
    I'd like to make it parallel by each of the three columns from the other sheets in one sheet only.
    For instance is column A, B, C from sheet 1, 2 , 3, respectively, so that it will be as A B C A B C A B C within the consolidated sheet.
    Please let me know how to make this works. Thanks.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: align or combine multiple columns from multiple sheets into one sheet in sequence

    'SHEETS TO COLUMNS
    Here's a macro for merging data from multiple sheets into a "consolidation" sheet where the columns of data from the source sheets are copied as a group into adjacent columns on the new consolidation sheet. Sheet data is thus accumulated side by side in original column format/groupings.

    There's a sample file there, too, to make it easy to try it out.
    Last edited by JBeaucaire; 12-27-2019 at 10:27 PM.

  5. #5
    Registered User
    Join Date
    10-16-2012
    Location
    japan
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: align or combine multiple columns from multiple sheets into one sheet in sequence

    Thanks JBeaucaire, it worked very well!

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: align or combine multiple columns from multiple sheets into one sheet in sequence

    If that takes care of your original query, please select Thread Tools from the menu above and mark the thread as solved. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1