#1   Report Post  
Posted to microsoft.public.excel.misc
tbobo
 
Posts: n/a
Default Concatenate


col1 col2

1 1,2,3,4
2
3
4

I have data in col1 and I want to transfer the data into col2 with this
lay out :

1,2,3,4

I used this syntax:

=CONCATENATE(A1,",",A2,",",A3,",",A4)

Questions:

Is there a better way to create a short program to do this? assuming
my data is 1 to 500

Thanks


--
tbobo
------------------------------------------------------------------------
tbobo's Profile: http://www.excelforum.com/member.php...o&userid=31530
View this thread: http://www.excelforum.com/showthread...hreadid=512511

  #2   Report Post  
Posted to microsoft.public.excel.misc
Anne Troy
 
Posts: n/a
Default Concatenate

If you want my opinion, I would save the file as text. Then I would open it
in Word.
Ctrl+H.
In the Find what, type ^p
In the Replace with, type a comma
Replace all.
But you should also know a "quickie" concatenation method is (no need for
that long word nobody remembers how to spell):
=A1&A2&A3&A4....

************
Hope it helps!
Anne Troy
www.OfficeArticles.com
Check out the NEWsgroup stats!
Check out: www.ExcelUserConference.com

"tbobo" wrote in
message ...

col1 col2

1 1,2,3,4
2
3
4

I have data in col1 and I want to transfer the data into col2 with this
lay out :

1,2,3,4

I used this syntax:

=CONCATENATE(A1,",",A2,",",A3,",",A4)

Questions:

Is there a better way to create a short program to do this? assuming
my data is 1 to 500

Thanks


--
tbobo
------------------------------------------------------------------------
tbobo's Profile:
http://www.excelforum.com/member.php...o&userid=31530
View this thread: http://www.excelforum.com/showthread...hreadid=512511



  #3   Report Post  
Posted to microsoft.public.excel.misc
Barb Reinhardt
 
Posts: n/a
Default Concatenate

I've also done this:

A1: 1
A2: 2 B2: =A1&","&A2
A3: 3 B3 = B2&","&A3 (copy this down)
A4: 4 B4 = B3&","&A4 (and so on)

"tbobo" wrote in
message ...

col1 col2

1 1,2,3,4
2
3
4

I have data in col1 and I want to transfer the data into col2 with this
lay out :

1,2,3,4

I used this syntax:

=CONCATENATE(A1,",",A2,",",A3,",",A4)

Questions:

Is there a better way to create a short program to do this? assuming
my data is 1 to 500

Thanks


--
tbobo
------------------------------------------------------------------------
tbobo's Profile:
http://www.excelforum.com/member.php...o&userid=31530
View this thread: http://www.excelforum.com/showthread...hreadid=512511



  #4   Report Post  
Posted to microsoft.public.excel.misc
tbobo
 
Posts: n/a
Default Concatenate


Troy! thanks! it works for me!


--
tbobo
------------------------------------------------------------------------
tbobo's Profile: http://www.excelforum.com/member.php...o&userid=31530
View this thread: http://www.excelforum.com/showthread...hreadid=512511

  #5   Report Post  
Posted to microsoft.public.excel.misc
Anne Troy
 
Posts: n/a
Default Concatenate

You're welcome! :)
So glad I could help.
************
Anne Troy
www.OfficeArticles.com
Check out the NEWsgroup stats!
Check out: www.ExcelUserConference.com

"tbobo" wrote in
message ...

Troy! thanks! it works for me!


--
tbobo
------------------------------------------------------------------------
tbobo's Profile:
http://www.excelforum.com/member.php...o&userid=31530
View this thread: http://www.excelforum.com/showthread...hreadid=512511



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
Concatenate Jeff Excel Discussion (Misc queries) 4 October 5th 05 04:39 PM
IF, IF, Concatenate? savvysam Excel Worksheet Functions 6 August 3rd 05 11:16 PM
Using Concatenate inside a vlookup bmclean Excel Worksheet Functions 3 July 5th 05 09:29 PM
Concatenate in Pocket Excel jrd05719 Excel Worksheet Functions 0 June 16th 05 05:07 PM
Concatenate cells without specifying/writing cell address individually Hari Excel Discussion (Misc queries) 4 January 3rd 05 06:05 PM


All times are GMT +1. The time now is 06:53 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"