ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do i merge the datas in 2 columns (https://www.excelbanter.com/excel-discussion-misc-queries/264091-how-do-i-merge-datas-2-columns.html)

senthil

how do i merge the datas in 2 columns
 
i have a data address data in 3 columns like door no. in one, street no in
another & city name in another column. shall i get all these address in a
single column (consolidated)

Thanks

Pritesh[_2_]

how do i merge the datas in 2 columns
 
Try below formula...

If data is in columns A, B & C... then in column D, say...

=A1&" "&B1&" "&C1

Here, & works as concatinator/joiner and " " puts space. You can ignore " "
or try putting any other thing there like "-".

--
Regards,
Pritesh


"senthil" wrote:

i have a data address data in 3 columns like door no. in one, street no in
another & city name in another column. shall i get all these address in a
single column (consolidated)

Thanks


Jacob Skaria

how do i merge the datas in 2 columns
 
Try the below and enable Wrap Text from FormatCellsAlignmentText control

=A1&CHAR(10)&B1&CHAR(10)&C1

--
Jacob (MVP - Excel)


"senthil" wrote:

i have a data address data in 3 columns like door no. in one, street no in
another & city name in another column. shall i get all these address in a
single column (consolidated)

Thanks


Gord Dibben

how do i merge the datas in 2 columns
 
See other replies for suggestions on how to do.

My suggestion is...........don't do it.

Makes it much more difficult if in the furture you wish to sort or filter
the data.


Gord Dibben MS Excel MVP

On Wed, 19 May 2010 03:09:01 -0700, senthil
wrote:

i have a data address data in 3 columns like door no. in one, street no in
another & city name in another column. shall i get all these address in a
single column (consolidated)

Thanks




All times are GMT +1. The time now is 03:29 PM.

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