Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default how do i combine the contents in a colum to the conten next to it

im trying to merge an entire column into the column next to it. and keep the
same rows
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 506
Default how do i combine the contents in a colum to the conten next to it

Method 1
=A1&B1&C1
If you want to add some more cells then add & symbol and mention the cell
name.

Method 2
=CONCATENATE(A1,B1,C1)

If you want to give space between the cell values then construct your
formula like this.

=CONCATENATE(A1," ",B1," ",C1)
=A1&" "&B1&" "&C1

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"gin" wrote:

im trying to merge an entire column into the column next to it. and keep the
same rows

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I combine column A into Colum B? VPP Industries Excel Discussion (Misc queries) 7 January 15th 10 04:58 PM
How do I combine the contents of two columns? Robert Judge Excel Worksheet Functions 4 January 26th 09 08:38 PM
How can I combine cell contents? Storm Excel Discussion (Misc queries) 1 April 13th 07 11:23 PM
I am trying to combine contents from 2 cells into 1 Darius Excel Worksheet Functions 0 August 8th 06 07:20 PM
Can I combine column A into Colum B? Sloth Excel Discussion (Misc queries) 0 February 13th 06 08:37 PM


All times are GMT +1. The time now is 06:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"