+ Reply to Thread
Results 1 to 2 of 2

How do i merge data in a row of cells to be comma separated in on.

  1. #1
    Banana
    Guest

    How do i merge data in a row of cells to be comma separated in on.

    I have multiple columns each containing data that i now need to represent in
    one final cell for each row. Can i merge the date with comma separators?

  2. #2
    JE McGimpsey
    Guest

    Re: How do i merge data in a row of cells to be comma separated in on.

    One way:

    =A1 & "," & B1 & "," & C1...

    Alternatively, you could use the UDF here:

    http://www.mcgimpsey.com/excel/udfs/multicat.html


    =MultiCat(A1:F1,",")

    In article <AEEC8296-91AD-41BD-985A-37590284F84C@microsoft.com>,
    Banana <Banana@discussions.microsoft.com> wrote:

    > I have multiple columns each containing data that i now need to represent in
    > one final cell for each row. Can i merge the date with comma separators?


+ 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