+ Reply to Thread
Results 1 to 5 of 5

Joining/ Fusing two columns and its contents

  1. #1
    Registered User
    Join Date
    05-01-2020
    Location
    London, England
    MS-Off Ver
    MS Office 2013
    Posts
    3

    Post Joining/ Fusing two columns and its contents

    Hello all!
    My problem is that I have two columns with lots of data in them, say column A and column B. In some cases the data in column A&B are the same, in other cases, one column has data while the other does not. I would like to join the two into one column.

    (I would use the "&" function but that wouldn't work where the data is duplicated.)

    Thanks in advance for any help

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Joining/ Fusing two columns and its contents

    You can test if they match and join as needed, e.g.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    There are other ways to combine cells using CONCAT, TEXTJOIN, etc.

  3. #3
    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,455

    Re: Joining/ Fusing two columns and its contents

    Welcome to the forum.

    Try this:

    =IF(AND(A1=B1,A1<>""),A1,A1&B1)
    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.

  4. #4
    Registered User
    Join Date
    05-01-2020
    Location
    London, England
    MS-Off Ver
    MS Office 2013
    Posts
    3

    Re: Joining/ Fusing two columns and its contents

    Thank you Ali! this worked perfectly

  5. #5
    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,455

    Re: Joining/ Fusing two columns and its contents

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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: 3
    Last Post: 02-19-2020, 09:37 AM
  2. [SOLVED] joining columns
    By kateaxe in forum Excel General
    Replies: 6
    Last Post: 05-26-2014, 06:13 PM
  3. help fusing tables with the same format into a pivot table
    By kartoshka in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-21-2014, 08:34 AM
  4. [SOLVED] Joining Columns one below the other
    By harshj in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-16-2013, 06:57 PM
  5. Show results fusing drop down menu
    By gzymc9 in forum Excel General
    Replies: 0
    Last Post: 12-15-2010, 02:56 PM
  6. joining two columns together
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-26-2006, 11:25 AM
  7. [SOLVED] Joining Two Columns
    By Kartal in forum Excel General
    Replies: 4
    Last Post: 05-03-2006, 06:10 AM

Tags for this Thread

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