Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jmboggiano
 
Posts: n/a
Default Going from column to comma separated list...

I have a list of names, each in its own cell. I need them to be in a column,
not a row. But, what I would like to do, is be able to select all the names
and copy them and then, when I paste them into word or another spreadsheet
have them separated by commas.

So:
Jeff
Joe
Sally

becomes
Jeff, Joe, Sally

The excel file starts out as a CSV that was created using a text editor
already in the format I want with the commas between the names... but I need
to open it as an excel spreadsheet so I can do some filtering and sorting. I
keep the file saved as a CSV. But, when I open the file as a CSV and put the
list into a column, if I then save the file back to a CSV it is no longer in
the comma separated format I need.

What do i need to do?

Thanks!
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

JM,

If you've transposed the names to a column, there will be record delimiters
(codes 10, 13) between each name when you save as csv:

Jeff 10 13
Joe 10 13
Sally 10 13

You could transpose them back to a row after you've done your Excel stuff
with them, then save as CSV. There'd then be commas:

Jeff,Joe,Sally.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"jmboggiano" wrote in message
...
I have a list of names, each in its own cell. I need them to be in a
column,
not a row. But, what I would like to do, is be able to select all the
names
and copy them and then, when I paste them into word or another spreadsheet
have them separated by commas.

So:
Jeff
Joe
Sally

becomes
Jeff, Joe, Sally

The excel file starts out as a CSV that was created using a text editor
already in the format I want with the commas between the names... but I
need
to open it as an excel spreadsheet so I can do some filtering and sorting.
I
keep the file saved as a CSV. But, when I open the file as a CSV and put
the
list into a column, if I then save the file back to a CSV it is no longer
in
the comma separated format I need.

What do i need to do?

Thanks!



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
Creating custom list with a comma in it barnabel Excel Discussion (Misc queries) 6 January 10th 06 06:14 AM
how can I list items in a column with totals? andy Excel Discussion (Misc queries) 4 February 22nd 05 08:30 PM
Insert column entries from a master list RichLorn Excel Worksheet Functions 1 October 28th 04 10:37 PM
Insert column entries from a master list RichLorn Excel Worksheet Functions 0 October 28th 04 08:59 PM
Insert column entries from a master list RichLorn Excel Worksheet Functions 0 October 28th 04 08:57 PM


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