#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Merge columns

I have 6 columns with 6 differents categories, I need to put them all in one
column. I went to CONCRENATE but couldn't do it.
Can someone please help me?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default Merge columns

Try CONCATENATE

Regards

Trevor


"wendy" wrote in message
...
I have 6 columns with 6 differents categories, I need to put them all in
one
column. I went to CONCRENATE but couldn't do it.
Can someone please help me?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Merge columns

Or try this
=A1&B1&C1&D1&E1&F1

"wendy" wrote:

I have 6 columns with 6 differents categories, I need to put them all in one
column. I went to CONCRENATE but couldn't do it.
Can someone please help me?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Merge columns


=CONCATENATE(A1,B1,C1,D1,E1,F1)

"wendy" wrote:

I have 6 columns with 6 differents categories, I need to put them all in one
column. I went to CONCRENATE but couldn't do it.
Can someone please help me?

  #5   Report Post  
Posted to microsoft.public.excel.misc
3C 3C is offline
external usenet poster
 
Posts: 1
Default Merge columns

You are correct with the function..You can bring up to 30 strings together.
Be sure to press tab to get the next string to pop up for you past String 3.
As well be sure to put a space between your categories by placing " " as a
text string. For example =Concatenate(a1, " ", b1, " ", c1,etc....

"wendy" wrote:

I have 6 columns with 6 differents categories, I need to put them all in one
column. I went to CONCRENATE but couldn't do it.
Can someone please help me?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Merge columns

=A1&" , "&B1&" , "&C1&" , "&D1&" , "&E1&" , "&F1

"wendy" wrote:

I have 6 columns with 6 differents categories, I need to put them all in one
column. I went to CONCRENATE but couldn't do it.
Can someone please help me?

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
Need to merge columns Jay T Excel Worksheet Functions 10 August 25th 07 12:26 AM
merge columns e with f into e. ant2hony New Users to Excel 2 April 11th 06 10:03 PM
merge text from 2 columns into 1 then delete the old 2 columns sleepindogg Excel Worksheet Functions 4 March 30th 06 07:25 PM
I want to merge two columns Andrew New Users to Excel 3 October 26th 05 03:45 AM
How to merge columns Pete Excel Worksheet Functions 7 April 26th 05 12:15 PM


All times are GMT +1. The time now is 09:47 AM.

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

About Us

"It's about Microsoft Excel"