+ Reply to Thread
Results 1 to 3 of 3

Merge the content of 2 cells into 1 (with a comma separating the content)

  1. #1
    Registered User
    Join Date
    01-28-2007
    Posts
    2

    Merge the content of 2 cells into 1 (with a comma separating the content)

    Hi there,
    I would like to know how to combine the content of 2 cells into one cell and have the information separated by a comma.

    For example:

    CELL 1:
    Software 1

    CELL 2:
    Spreadsheet Software

    The desired results is:

    CELL 3:
    Software 1, Spreadsheet Software


    If you can help it would be great  Thanx. Vincent

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    =a1&", "&b1

    or

    =concatenate(a1,", ",b1)

    where a1 and b1 contain the strings.


    rylo

  3. #3
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    In a 3rd column use this formula - change column & row numbers as required.


    =a1&", "&b1 - this has a space after the commar

    Copy formula down the colum

    To remove formula & leave values
    copy column
    Paste column back into same column using PasteSpecial > Values

+ 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