ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do you append one row to another? (https://www.excelbanter.com/excel-worksheet-functions/156311-how-do-you-append-one-row-another.html)

BobVanS

How do you append one row to another?
 
I have an excel file that was created from some report writer and I have name
and address in one row, and city/state/zip in a second row. How can I append
the second row to the first? I can point to it with a formula, but really
want to move the actual value without doing a cut/paste for each row.

RyGuy

How do you append one row to another?
 
Assume name and address is in Row1 and city/state/zip is in Row2, then:

B1 = =A1&" "&A2


Hope this helps...


"BobVanS" wrote:

I have an excel file that was created from some report writer and I have name
and address in one row, and city/state/zip in a second row. How can I append
the second row to the first? I can point to it with a formula, but really
want to move the actual value without doing a cut/paste for each row.


BobVanS

How do you append one row to another?
 
I appreciate this suggestion, but my hope was to move the value from row 2 to
row 1 and not just a formula. I need to export only one row per name and by
not having the actual data all in one row, doesn't allow that to happen.

"RyGuy" wrote:

Assume name and address is in Row1 and city/state/zip is in Row2, then:

B1 = =A1&" "&A2


Hope this helps...


"BobVanS" wrote:

I have an excel file that was created from some report writer and I have name
and address in one row, and city/state/zip in a second row. How can I append
the second row to the first? I can point to it with a formula, but really
want to move the actual value without doing a cut/paste for each row.


Paul D. Simon

How do you append one row to another?
 
Using this example:
Cell A1 contains Name and Street Address. Cell A2 contains City,
State and Zip. You want the contents of cell A2 appended to the
contents of cell A1.

Highlight cells A1, A2 and holding the mouse button down, extend that
highlighting over several cells to the right enough. You do this to
accomodate enough room for the appended text to fit on the screen.
Don't worry - it will all go into cell A1 - you just need to create a
highlighted area for the text to fit into. (You could also do the
same by simply making column A extra wide temporarily to fit all the
text in and then returning it to its original widith afterwards, but
that's not really necessary.)

Using the example above, I highlighted cells A1 through J2. I could
have gone to M2 or S2 - makes no difference - you just want to
highlight over a bunch of cells over to the right.

Now, do EditFillJustify, and assuming you've highlighted enough
space, all your text will be now appear in cell A1.

The more lines you need to append, the more highlighting over and down
you'll need to do. If it doesn't all append the way you want, it
means you didn't have a sufficient number of cells hightlighted to
accomodate the text. Experimentation is the key.



All times are GMT +1. The time now is 04:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com