+ Reply to Thread
Results 1 to 3 of 3

trying to combine columns in excel

  1. #1
    Registered User
    Join Date
    08-09-2012
    Location
    new jersey, usa
    MS-Off Ver
    Excel 2007
    Posts
    1

    trying to combine columns in excel

    Hi, I am trying to combine 4 columns in excel
    I want the end result to be in one column as follows
    a1
    b1
    c1
    d1
    a2
    b2
    c2
    d2
    a3
    b3
    c3
    d3
    and so on. Any help would be much appreciated. Thank you.
    Last edited by abraun3; 08-09-2012 at 02:09 PM. Reason: typo

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: trying to combine columns in excel

    Hello abraun3, and welcome to the forum.

    One way would be:

    In E2 or wherever else: =INDEX(A:D,CEILING(ROW(A1)/4,1),MOD(ROW(A1)-1,4)+1)

  3. #3
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: trying to combine columns in excel

    If you would like a vba alternative, something like:
    Please Login or Register  to view this content.

+ 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