Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge Columns | Excel Discussion (Misc queries) | |||
Counting datas in one range based on datas in another range | Excel Discussion (Misc queries) | |||
merge text from 2 columns into 1 then delete the old 2 columns | Excel Worksheet Functions | |||
I want to merge two columns | New Users to Excel | |||
How to merge columns | Excel Worksheet Functions |