+ Reply to Thread
Results 1 to 7 of 7

How do I merge two cells without deleting data from the cell?

  1. #1
    Batmans_Wife
    Guest

    How do I merge two cells without deleting data from the cell?

    I'm highlighting two cells in the same row, hitting format cells, alignment,
    merge cells and I'm getting the error message, "The selection contains
    multiple data values. Merging into one cell will keep the upper-left most
    data only." I want to be able to make the two seperate cells one without
    deleting anything and without having to cut and paste.

  2. #2
    Peo Sjoblom
    Guest

    RE: How do I merge two cells without deleting data from the cell?

    You can't, you can concatenate 2 cells into one by using a formula and
    ampersand

    =A1&" "&B1


    however stay away from merging cells, always cause more problems than what
    it's worth and layout wise you can get very close without using it. I have
    never seen a power user using merging

    Regards,

    Peo Sjoblom

    "Batmans_Wife" wrote:

    > I'm highlighting two cells in the same row, hitting format cells, alignment,
    > merge cells and I'm getting the error message, "The selection contains
    > multiple data values. Merging into one cell will keep the upper-left most
    > data only." I want to be able to make the two seperate cells one without
    > deleting anything and without having to cut and paste.


  3. #3
    JE McGimpsey
    Guest

    Re: How do I merge two cells without deleting data from the cell?

    To concatenate in place, you can use a macro like the one found here:

    http://www.mcgimpsey.com/excel/mergedata.html


    In article <960DC31C-EDD3-4871-8CB9-79A7CC1E08F2@microsoft.com>,
    Batmans_Wife <Batmans_Wife@discussions.microsoft.com> wrote:

    > I'm highlighting two cells in the same row, hitting format cells, alignment,
    > merge cells and I'm getting the error message, "The selection contains
    > multiple data values. Merging into one cell will keep the upper-left most
    > data only." I want to be able to make the two seperate cells one without
    > deleting anything and without having to cut and paste.


  4. #4
    Batmans_Wife
    Guest

    RE: How do I merge two cells without deleting data from the cell?

    Thank you so much for sending me this formula. It worked perfectly and did
    exactly what I needed. I really appreciate your quick, helpful response.

    Sincerely,
    Michelle

    "Peo Sjoblom" wrote:

    > You can't, you can concatenate 2 cells into one by using a formula and
    > ampersand
    >
    > =A1&" "&B1
    >
    >
    > however stay away from merging cells, always cause more problems than what
    > it's worth and layout wise you can get very close without using it. I have
    > never seen a power user using merging
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Batmans_Wife" wrote:
    >
    > > I'm highlighting two cells in the same row, hitting format cells, alignment,
    > > merge cells and I'm getting the error message, "The selection contains
    > > multiple data values. Merging into one cell will keep the upper-left most
    > > data only." I want to be able to make the two seperate cells one without
    > > deleting anything and without having to cut and paste.


  5. #5
    Batmans_Wife
    Guest

    Re: How do I merge two cells without deleting data from the cell?

    Thanks for sending the link to your page with the macros and instructions.
    It's very detailed and thorough. Although I was able to figure it out with
    the formula that Peo posted earlier, I appreciate your further information
    and will keep it handy for future use.

    Sincerely,
    Michelle

    "JE McGimpsey" wrote:

    > To concatenate in place, you can use a macro like the one found here:
    >
    > http://www.mcgimpsey.com/excel/mergedata.html
    >
    >
    > In article <960DC31C-EDD3-4871-8CB9-79A7CC1E08F2@microsoft.com>,
    > Batmans_Wife <Batmans_Wife@discussions.microsoft.com> wrote:
    >
    > > I'm highlighting two cells in the same row, hitting format cells, alignment,
    > > merge cells and I'm getting the error message, "The selection contains
    > > multiple data values. Merging into one cell will keep the upper-left most
    > > data only." I want to be able to make the two seperate cells one without
    > > deleting anything and without having to cut and paste.

    >


  6. #6
    xjaysfan
    Guest

    RE: How do I merge two cells without deleting data from the cell?

    Hi there
    But I don't want formulas on the page..
    As Well I am merging cell c and d and want the info to stay in d
    I will end up copying and pasting to another program

    Thanks
    Sandra

    "Batmans_Wife" wrote:

    > Thank you so much for sending me this formula. It worked perfectly and did
    > exactly what I needed. I really appreciate your quick, helpful response.
    >
    > Sincerely,
    > Michelle
    >
    > "Peo Sjoblom" wrote:
    >
    > > You can't, you can concatenate 2 cells into one by using a formula and
    > > ampersand
    > >
    > > =A1&" "&B1
    > >
    > >
    > > however stay away from merging cells, always cause more problems than what
    > > it's worth and layout wise you can get very close without using it. I have
    > > never seen a power user using merging
    > >
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > "Batmans_Wife" wrote:
    > >
    > > > I'm highlighting two cells in the same row, hitting format cells, alignment,
    > > > merge cells and I'm getting the error message, "The selection contains
    > > > multiple data values. Merging into one cell will keep the upper-left most
    > > > data only." I want to be able to make the two seperate cells one without
    > > > deleting anything and without having to cut and paste.


  7. #7
    Dave Peterson
    Guest

    Re: How do I merge two cells without deleting data from the cell?

    I think I'd insert a new column E and put the formula there.

    You could copy that range to the other program.

    Or you could convert that new column E to values and delete columns C:D (or just
    column D???).

    xjaysfan wrote:
    >
    > Hi there
    > But I don't want formulas on the page..
    > As Well I am merging cell c and d and want the info to stay in d
    > I will end up copying and pasting to another program
    >
    > Thanks
    > Sandra
    >
    > "Batmans_Wife" wrote:
    >
    > > Thank you so much for sending me this formula. It worked perfectly and did
    > > exactly what I needed. I really appreciate your quick, helpful response.
    > >
    > > Sincerely,
    > > Michelle
    > >
    > > "Peo Sjoblom" wrote:
    > >
    > > > You can't, you can concatenate 2 cells into one by using a formula and
    > > > ampersand
    > > >
    > > > =A1&" "&B1
    > > >
    > > >
    > > > however stay away from merging cells, always cause more problems than what
    > > > it's worth and layout wise you can get very close without using it. I have
    > > > never seen a power user using merging
    > > >
    > > > Regards,
    > > >
    > > > Peo Sjoblom
    > > >
    > > > "Batmans_Wife" wrote:
    > > >
    > > > > I'm highlighting two cells in the same row, hitting format cells, alignment,
    > > > > merge cells and I'm getting the error message, "The selection contains
    > > > > multiple data values. Merging into one cell will keep the upper-left most
    > > > > data only." I want to be able to make the two seperate cells one without
    > > > > deleting anything and without having to cut and paste.


    --

    Dave Peterson

+ 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