+ Reply to Thread
Results 1 to 4 of 4

merge cell and move next one to the right

  1. #1
    Registered User
    Join Date
    12-13-2014
    Location
    canada
    MS-Off Ver
    2007
    Posts
    4

    merge cell and move next one to the right

    Is it possible to merge a cell and move the next cells which contain data automatically to the right to accommodate the merged cell?

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: merge cell and move next one to the right

    Hello,

    Why would you want to merge a cell? And merge with what? If you want the contents of cell A1 and cell B1 in one cell, then insert a new column after column B. Then enter this formula into cell C1 (the first cell in the new, empty column):

    =A1&B1

    Copy down as far as required.

    If that does not help, please provide more information about you scenario. Upload a sample file and mock up the expected result.

    cheers, teylyn

  3. #3
    Registered User
    Join Date
    12-13-2014
    Location
    canada
    MS-Off Ver
    2007
    Posts
    4

    Re: merge cell and move next one to the right

    found an answer to my dilemma
    =concatenate(" blahablablah ",a1," blahahaha ",b2) all in one cell.sorry i am very new to excel,thanks for the replies.

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: merge cell and move next one to the right

    For what it's worth: the Concatenate function is pretty much useless. It just adds typing overhead to a formula.

    Compare

    =A1&B1&C1&D1

    with

    =Concatenate(A1,B1,C1,D1)


    The ampersand (&) operator is always shorter.

+ 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. How to move from one cell to the next and merge them programmatically
    By wannabe67 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-03-2013, 03:47 PM
  2. Replies: 3
    Last Post: 04-11-2013, 04:27 AM
  3. move data from 2 sheets and merge into one sheet
    By tony0710 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-11-2009, 12:21 PM
  4. [SOLVED] Merge and move worksheets
    By THE_RAMONES in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-22-2006, 10:55 AM
  5. Merge and Move Data??
    By THE_RAMONES in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-17-2006, 12:35 PM

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