![]() |
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? |
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? |
merging 3 cells into 1
Hi,
In cell D1 : =A1&" "&B1&" "&C1 Carim |
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? |
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? |
merging 3 cells into 1
|
All times are GMT +1. The time now is 03:15 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com