Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
kokopoko
 
Posts: n/a
Default Put all cells in one cell seperated by comma


I have an Excel spreadsheet with data in seperate cells such as

wordone
wordtwo
wordthree

I need all cells in one cell seperated by a comma such as

wordone,wordtwo,wordthree

I found out how to add the comma after the cell data, but cannot figure
out how to put them all in the first cell.

Can anyone help?

Christine


--
kokopoko
------------------------------------------------------------------------
kokopoko's Profile: http://www.excelforum.com/member.php...o&userid=25892
View this thread: http://www.excelforum.com/showthread...hreadid=392760

  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

=a1&","&a2&","&a3&","&a4&","&a5&","&a6....
*******************
~Anne Troy

www.OfficeArticles.com


"kokopoko" wrote in
message ...

I have an Excel spreadsheet with data in seperate cells such as

wordone
wordtwo
wordthree

I need all cells in one cell seperated by a comma such as

wordone,wordtwo,wordthree

I found out how to add the comma after the cell data, but cannot figure
out how to put them all in the first cell.

Can anyone help?

Christine


--
kokopoko
------------------------------------------------------------------------
kokopoko's Profile:

http://www.excelforum.com/member.php...o&userid=25892
View this thread: http://www.excelforum.com/showthread...hreadid=392760



  #3   Report Post  
Alan
 
Posts: n/a
Default

"kokopoko"

wrote in message
...

I have an Excel spreadsheet with data in seperate cells such as

wordone
wordtwo
wordthree

I need all cells in one cell seperated by a comma such as

wordone,wordtwo,wordthree

I found out how to add the comma after the cell data, but cannot
figure out how to put them all in the first cell.

Can anyone help?

Christine


Save the worksheet as a comma separated values file (CSV format).

You might have to export the range (copy / paste?) to a spare workbook
first, but it should work fine.

Backup before doinging ANYTHING!

HTH,

Alan.



  #4   Report Post  
Marc
 
Posts: n/a
Default

Try the function "CONCATENATE"

Marc

"Alan" wrote in message
...
"kokopoko"

wrote in message
...

I have an Excel spreadsheet with data in seperate cells such as

wordone
wordtwo
wordthree

I need all cells in one cell seperated by a comma such as

wordone,wordtwo,wordthree

I found out how to add the comma after the cell data, but cannot
figure out how to put them all in the first cell.

Can anyone help?

Christine


Save the worksheet as a comma separated values file (CSV format).

You might have to export the range (copy / paste?) to a spare workbook
first, but it should work fine.

Backup before doinging ANYTHING!

HTH,

Alan.





  #5   Report Post  
malik641
 
Posts: n/a
Default


Marc Wrote:
Try the function "CONCATENATE"

Marc

Just tried this function for the first time cause of this post, cool
function. Didn't know excel could do that.

=CONCATENATE(D1,",",D2,",",D3)

D1=Wordone
D2=Wordtwo
D3=Wordthree


--
malik641


------------------------------------------------------------------------
malik641's Profile: http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=392760



  #6   Report Post  
Marc
 
Posts: n/a
Default

You feel meek when you stand in front of Excel there is just so much it can
do.

Marc

"malik641" wrote in
message ...

Marc Wrote:
Try the function "CONCATENATE"

Marc

Just tried this function for the first time cause of this post, cool
function. Didn't know excel could do that.

=CONCATENATE(D1,",",D2,",",D3)

D1=Wordone
D2=Wordtwo
D3=Wordthree


--
malik641


------------------------------------------------------------------------
malik641's Profile:

http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=392760



  #7   Report Post  
malik641
 
Posts: n/a
Default


Marc Wrote:
You feel meek when you stand in front of Excel there is just so much it
can
do.

Marc

You Suuuuuuuuure do


--
malik641


------------------------------------------------------------------------
malik641's Profile: http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=392760

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
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 05:40 PM.

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"