Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is there an easy way to merge information that is currently in different
cells so that it's combined all into one cell? |
#2
![]() |
|||
|
|||
![]()
If in cell A1 you have "Joe" and in cell B1 you have "Smith" if you type in
cell C1 =concatenate(A1,B1) you will get "JoeSmith"; if you want "Joe Smith" try =concatenate(A1," ",B1) That should work. "Jenny" wrote: Is there an easy way to merge information that is currently in different cells so that it's combined all into one cell? |
#3
![]() |
|||
|
|||
![]()
Sounds perfect - thanks
"JS" wrote: If in cell A1 you have "Joe" and in cell B1 you have "Smith" if you type in cell C1 =concatenate(A1,B1) you will get "JoeSmith"; if you want "Joe Smith" try =concatenate(A1," ",B1) That should work. "Jenny" wrote: Is there an easy way to merge information that is currently in different cells so that it's combined all into one cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validate cells have data | Excel Worksheet Functions | |||
How do I center data across multiple cells in excel without mergi. | Excel Discussion (Misc queries) | |||
Count cells with data | New Users to Excel | |||
How do I merge data from one worksheet with data from another wor. | Excel Worksheet Functions | |||
cells lose relativity to other WorkSheets after data sort? | Excel Worksheet Functions |