Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to merge two columns together. How do I do this?
|
#2
![]() |
|||
|
|||
![]()
Hi
depends a bit on what you really mean - some options: - where you want two adjacent cells to physically become 1 cell - select the cells, choose format / cells / merge cells ... note, merged cells can cause problems with sorting & filtering - where you have information in two cells and you want to put both pieces of information together in a third cell - ie you have .......A..........B..............C 1...John......Smith...... in C1 you want John Smith you can do this using =A1 & " " & B1 or =CONCATENATE(A1," ",B1) Hope this helps Cheers JulieD "SheE" wrote in message ... I need to merge two columns together. How do I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How do i copy columns of data in notepad into microsoft excel? | Excel Discussion (Misc queries) | |||
how do you merge two columns in excel | Excel Discussion (Misc queries) | |||
How do i copy columns of data in notepad into microsoft excel? | Excel Discussion (Misc queries) | |||
In Excel can you merge two columns i.e. street numbers and addres. | Excel Worksheet Functions |