+ Reply to Thread
Results 1 to 4 of 4

Is it possible to merge cells and keep information from both cells in the new cell?

Hybrid View

  1. #1
    Registered User
    Join Date
    04-10-2012
    Location
    Sverige
    MS-Off Ver
    Excel 2010
    Posts
    4

    Is it possible to merge cells and keep information from both cells in the new cell?

    Hello,

    is it possible to merge two cells and keep information from both cells in the new cell?
    Or is it possible to solve this in another way?


    Example:

    Cell1 ---------- Cell2
    Banana----------Split

    Merged into:

    Cell1:
    Banana Split

  2. #2
    Registered User
    Join Date
    10-13-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Is it possible to merge cells and keep information from both cells in the new cell?

    Hello Johda,

    If u merge the cells the result is always the information of cell1, what u can do is concatenate the cells using "&" char, loke:

    A1 ------- A2 ------ A3
    Banana Split =A1&" "&A2

    Result: Banana Split

  3. #3
    Registered User
    Join Date
    04-28-2013
    Location
    Poznań/Poland
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: Is it possible to merge cells and keep information from both cells in the new cell?

    Hi,
    You can use event macro (select). If you select cells to merge them, macro takes the values from cells, joins them (A & B) and finally writes A & B in the merged cell.

  4. #4
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Is it possible to merge cells and keep information from both cells in the new cell?

    Hi
    You can use this too:

    =concatenate(A1," ",B2)
    Click *, if my suggestion helps you. Have a good day!!

+ 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