ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   merging 3 cells into 1 (https://www.excelbanter.com/excel-discussion-misc-queries/115367-merging-3-cells-into-1-a.html)

[email protected]

merging 3 cells into 1
 
Here's an old post about merging 2 columns into one, how can I amend
this formula to make it 3 columns into one maintaining both sets of
data?


C1: =A1 & " " & B1


now say I want to merge columns A, B, and C?


Nick Hodge

merging 3 cells into 1
 
Joe

If I understand

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

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England

HIS
www.nickhodge.co.uk

wrote in message
oups.com...
Here's an old post about merging 2 columns into one, how can I amend
this formula to make it 3 columns into one maintaining both sets of
data?


C1: =A1 & " " & B1


now say I want to merge columns A, B, and C?




Carim

merging 3 cells into 1
 
Hi,


In cell D1 :

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


Carim


Dave Mc

merging 3 cells into 1
 
Try this; I do it all the time.

D1: =A1 & " " & B1 & " " & C1

" wrote:

Here's an old post about merging 2 columns into one, how can I amend
this formula to make it 3 columns into one maintaining both sets of
data?


C1: =A1 & " " & B1


now say I want to merge columns A, B, and C?



[email protected]

merging 3 cells into 1
 
Thanks all! There's a little problem though, Column A is the Date
10/20/2006, for some reason it's coming out in the merge as "39010",
any way to get the date to show as it is printed?

Dave Mc wrote:
Try this; I do it all the time.

D1: =A1 & " " & B1 & " " & C1

" wrote:

Here's an old post about merging 2 columns into one, how can I amend
this formula to make it 3 columns into one maintaining both sets of
data?


C1: =A1 & " " & B1


now say I want to merge columns A, B, and C?




Dave Peterson

merging 3 cells into 1
 
=text(a1,"mm/dd/yyyy") & " " & ....



wrote:

Thanks all! There's a little problem though, Column A is the Date
10/20/2006, for some reason it's coming out in the merge as "39010",
any way to get the date to show as it is printed?

Dave Mc wrote:
Try this; I do it all the time.

D1: =A1 & " " & B1 & " " & C1

" wrote:

Here's an old post about merging 2 columns into one, how can I amend
this formula to make it 3 columns into one maintaining both sets of
data?


C1: =A1 & " " & B1


now say I want to merge columns A, B, and C?



--

Dave Peterson


All times are GMT +1. The time now is 03:15 AM.

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