+ Reply to Thread
Results 1 to 4 of 4

macro to merge 3 cell into one cell

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    paris
    MS-Off Ver
    Excel 2003
    Posts
    3

    macro to merge 3 cell into one cell

    I need a macro to combine 3 cell data into one.

    input:

    A B C

    34.98.76 : 78
    67.76.987 : 75


    output :


    A B C d

    34.98.76 : 78 34.98.76:78
    67.76.987 : 75 67.76.987:75

  2. #2
    Registered User
    Join Date
    06-13-2012
    Location
    paris
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: macro to merge 3 cell into one cell

    here

    input:

    A | B | C

    34.98.76 | : | 78
    67.76.987 | : | 75


    output :


    A | B | C | d


    34.98.76 | : | 78 | 34.98.76:78
    67.76.987 | : | 75 | 67.76.987:75

  3. #3
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: macro to merge 3 cell into one cell

    hi pepdeal, whould that help?

    Formula for D1
    Please Login or Register  to view this content.
    or VB option
    Please Login or Register  to view this content.

  4. #4
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: macro to merge 3 cell into one cell

    if data starts in A1:C1 and down the following should help:

    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