+ Reply to Thread
Results 1 to 11 of 11

How do I merge four columns into one?

  1. #1
    Registered User
    Join Date
    11-24-2017
    Location
    israel
    MS-Off Ver
    Excel Home and student 2019 for Windows 10
    Posts
    151

    How do I merge four columns into one?

    Hi,

    Can anyone tell me how to merge all data in column C, column E, column G and column I into column A (see attached spreadsheet)?

    Is there a button in the task bar or does one need to paste in formulas?

    Many thanks,

    Jackblack2
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: How do I merge four columns into one?

    There is no data in your attachment, so nothing to merge.

    You can use the & function:

    =C1&E1&G1

    or the CONCATENATE function:

    =CONCATENATE(C1,E1,G1)

    or, if you have it in your version, TEXTJOIN.

    Then there's PowerQuery.

    Lots of options, but no data, so can't advise any more specifically.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-24-2017
    Location
    israel
    MS-Off Ver
    Excel Home and student 2019 for Windows 10
    Posts
    151

    Re: How do I merge four columns into one?

    Oops, I meant not merge individual cells but in the manner the data appears in the attached updated spreadsheet.

    Each of the four columns contain data in rows 1 - 125.

    Thanks again,

    Jackblack2
    Attached Files Attached Files
    Last edited by jackblack2; 07-02-2019 at 12:21 PM.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: How do I merge four columns into one?

    I have no idea what you mean - sorry. Where are these numbers coming from? Your spreadsheet still doesn't show data merged anywhere.

  5. #5
    Registered User
    Join Date
    11-24-2017
    Location
    israel
    MS-Off Ver
    Excel Home and student 2019 for Windows 10
    Posts
    151

    Re: How do I merge four columns into one?

    Do you not see number 1 - 39 in the attached spreadsheet in my reply?

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: How do I merge four columns into one?

    What about it? Is that the merged data?

    Please bear in mind that the majority of users here have spreadsheets that read left to right - you need to use more signposting in your attachments to show CLEARLY what you want, as most of us are seeing this back-to-front.

  7. #7
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: How do I merge four columns into one?

    Please try at A1
    =SMALL($C$1:$I$19,ROW(A1))

  8. #8
    Registered User
    Join Date
    11-24-2017
    Location
    israel
    MS-Off Ver
    Excel Home and student 2019 for Windows 10
    Posts
    151

    Re: How do I merge four columns into one?

    @Bo_Ry

    Thats the formula I need. But I need it to be extended down to row 500 in column A, since the data in each of the 4 columns extend down to rows 125. I should have explained that in the beginning. Sorry.

    @AliGW The problem you described reminds me of the issue I have trying to drive in the U.K on the left coming from Israel

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: How do I merge four columns into one?

    Lol!!!!!!

  10. #10
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: How do I merge four columns into one?

    Please try =SMALL($C$1:$I$125,ROW(A1))

  11. #11
    Registered User
    Join Date
    11-24-2017
    Location
    israel
    MS-Off Ver
    Excel Home and student 2019 for Windows 10
    Posts
    151

    Re: How do I merge four columns into one?

    @Bo_Ry Thanks a fortune. The formula even sorts the data from smallest to largest.

    Great forum. You guys need a salary from Microsoft

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 03-03-2019, 02:24 PM
  2. [SOLVED] tricky text formula from several columns and merge in one columns
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-19-2017, 10:54 AM
  3. Merge Columns
    By sharma4845 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-25-2014, 01:14 AM
  4. [SOLVED] Merge duplicate rows and merge the columns (approx 10 columns)
    By adfeddon in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-02-2012, 11:19 AM
  5. [SOLVED] Merge columns if certain number of columns in row
    By FreeThrow in forum Excel General
    Replies: 9
    Last Post: 06-22-2012, 03:04 PM
  6. merge text from 2 columns into 1 then delete the old 2 columns
    By sleepindogg in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-30-2006, 02:30 PM
  7. [SOLVED] Need to merge columns
    By Jay T in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM

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