Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Burger23
 
Posts: n/a
Default Import Comma delimited info in a Column

I apolgize if this is the wrong Forum for this question- if so, please
redirect me. Thanks

I have hundreds of email addresses listed in a Wordpad file- entries are
separated by a comma. When I use the Excel Import function, all data is
successfully imported into an Excel spreadsheet- BUT in a single row. I would
like to have this info in a single column (A)- then I could easily
alphabetize the entries and eliminate duplicates.

Thanks for any help...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
davesexcel
 
Posts: n/a
Default Import Comma delimited info in a Column


copy paste special, transpose
will paste your row into a column
or vice versa


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=519074

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Import Comma delimited info in a Column

On Sat, 4 Mar 2006 19:16:27 -0800, Burger23
wrote:

I apolgize if this is the wrong Forum for this question- if so, please
redirect me. Thanks

I have hundreds of email addresses listed in a Wordpad file- entries are
separated by a comma. When I use the Excel Import function, all data is
successfully imported into an Excel spreadsheet- BUT in a single row. I would
like to have this info in a single column (A)- then I could easily
alphabetize the entries and eliminate duplicates.

Thanks for any help...


The simplest method would be to use an editor which will allow you to replace
the commas with <CR (carriage return). Word is one program that can do this.
Then import this converted file into Excel.
--ron
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Burger23
 
Posts: n/a
Default Import Comma delimited info in a Column

Thanks.. worked like a charm!

"davesexcel" wrote:


copy paste special, transpose
will paste your row into a column
or vice versa


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=519074


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Burger23
 
Posts: n/a
Default Import Comma delimited info in a Column

I had troubles with this method. I copied the names into Word and used the
find and replace function to replace the "," with a <CR. Then I saved it and
attempted to open it as an Excel file. DID not work- file looked like machine
language. Then I copied the <CR delimited to Notepad and attempted to open
this as an Excel file. This worked- but placed all entries in a single cell.
During the Import process Excel Text Import wizard asks about formatting-
tried to use <CR as separator, but that did not work.

"Ron Rosenfeld" wrote:

On Sat, 4 Mar 2006 19:16:27 -0800, Burger23
wrote:

I apolgize if this is the wrong Forum for this question- if so, please
redirect me. Thanks

I have hundreds of email addresses listed in a Wordpad file- entries are
separated by a comma. When I use the Excel Import function, all data is
successfully imported into an Excel spreadsheet- BUT in a single row. I would
like to have this info in a single column (A)- then I could easily
alphabetize the entries and eliminate duplicates.

Thanks for any help...


The simplest method would be to use an editor which will allow you to replace
the commas with <CR (carriage return). Word is one program that can do this.
Then import this converted file into Excel.
--ron



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Beege
 
Posts: n/a
Default Import Comma delimited info in a Column

Burger,

One problem with text file editing in Word. If you save as a Word document,
(file.doc), it includes formatting and other information, so you can't use
it as a straight text file anymore. Any .CSV or .TXT file must be saved as a
..CSV or .TXT file, despite the warnings of formatting loss that Word may
give you. That is why most people would tell you to edit those files in
Notepad.

Beege

"Burger23" wrote in message
...
I had troubles with this method. I copied the names into Word and used the
find and replace function to replace the "," with a <CR. Then I saved it
and
attempted to open it as an Excel file. DID not work- file looked like
machine
language. Then I copied the <CR delimited to Notepad and attempted to
open
this as an Excel file. This worked- but placed all entries in a single
cell.
During the Import process Excel Text Import wizard asks about formatting-
tried to use <CR as separator, but that did not work.

"Ron Rosenfeld" wrote:

On Sat, 4 Mar 2006 19:16:27 -0800, Burger23
wrote:

I apolgize if this is the wrong Forum for this question- if so, please
redirect me. Thanks

I have hundreds of email addresses listed in a Wordpad file- entries are
separated by a comma. When I use the Excel Import function, all data is
successfully imported into an Excel spreadsheet- BUT in a single row. I
would
like to have this info in a single column (A)- then I could easily
alphabetize the entries and eliminate duplicates.

Thanks for any help...


The simplest method would be to use an editor which will allow you to
replace
the commas with <CR (carriage return). Word is one program that can do
this.
Then import this converted file into Excel.
--ron



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Import Comma delimited info in a Column

On Sun, 5 Mar 2006 09:45:28 -0800, Burger23
wrote:

I had troubles with this method. I copied the names into Word and used the
find and replace function to replace the "," with a <CR. Then I saved it and
attempted to open it as an Excel file. DID not work- file looked like machine
language. Then I copied the <CR delimited to Notepad and attempted to open
this as an Excel file. This worked- but placed all entries in a single cell.
During the Import process Excel Text Import wizard asks about formatting-
tried to use <CR as separator, but that did not work.


Weird. Did you save it, from Word, as a TEXT document, or as a Word document.




--ron
  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Import Comma delimited info in a Column

On Sun, 5 Mar 2006 11:47:02 -0800, Burger23
wrote:

I originally saved in Word as doc file. Then, after realizing my error, I
saved it as a txt file. But Excel does not understand how to open (import)
the txt in this format:

<CRemail3@ema il.com<CR

It wants to know what the delimiter is- and will not accept <CR If no
delimiter is used, all email addresses are imported in a single cell.

Thanks for your help...

"Ron Rosenfeld" wrote:

On Sun, 5 Mar 2006 09:45:28 -0800, Burger23
wrote:

I had troubles with this method. I copied the names into Word and used the
find and replace function to replace the "," with a <CR. Then I saved it and
attempted to open it as an Excel file. DID not work- file looked like machine
language. Then I copied the <CR delimited to Notepad and attempted to open
this as an Excel file. This worked- but placed all entries in a single cell.
During the Import process Excel Text Import wizard asks about formatting-
tried to use <CR as separator, but that did not work.


Weird. Did you save it, from Word, as a TEXT document, or as a Word document.




--ron


Did you actually type in the four characters <CR in the replace field? If so,
that is the problem

I meant it as a euphemism for the Carriage Return ASCII code which, in Word, is
called a "Paragraph Mark". Since I didn't know which editor you might use, I
did not specify the particular routine for Word.

With your file loaded in Word

1. Edit/Replace
2. Find What: ,
Replace with:
More
Special
Select "Paragraph Mark"
(you should see ^p in the text box)
3. Then hit "Replace All"


(y
--ron
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Burger23
 
Posts: n/a
Default Import Comma delimited info in a Column

Thanks, Ron-- that worked. And I learned a bit about Word/Excel. And I did
save these instructions in a document that I will use next year when I have
to remember once again how to do this.

Onward...

"Ron Rosenfeld" wrote:

On Sun, 5 Mar 2006 11:47:02 -0800, Burger23
wrote:

I originally saved in Word as doc file. Then, after realizing my error, I
saved it as a txt file. But Excel does not understand how to open (import)
the txt in this format:

<CRemail3@ema il.com<CR

It wants to know what the delimiter is- and will not accept <CR If no
delimiter is used, all email addresses are imported in a single cell.

Thanks for your help...

"Ron Rosenfeld" wrote:

On Sun, 5 Mar 2006 09:45:28 -0800, Burger23
wrote:

I had troubles with this method. I copied the names into Word and used the
find and replace function to replace the "," with a <CR. Then I saved it and
attempted to open it as an Excel file. DID not work- file looked like machine
language. Then I copied the <CR delimited to Notepad and attempted to open
this as an Excel file. This worked- but placed all entries in a single cell.
During the Import process Excel Text Import wizard asks about formatting-
tried to use <CR as separator, but that did not work.

Weird. Did you save it, from Word, as a TEXT document, or as a Word document.




--ron


Did you actually type in the four characters <CR in the replace field? If so,
that is the problem

I meant it as a euphemism for the Carriage Return ASCII code which, in Word, is
called a "Paragraph Mark". Since I didn't know which editor you might use, I
did not specify the particular routine for Word.

With your file loaded in Word

1. Edit/Replace
2. Find What: ,
Replace with:
More
Special
Select "Paragraph Mark"
(you should see ^p in the text box)
3. Then hit "Replace All"


(y
--ron



  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Import Comma delimited info in a Column

On Sun, 5 Mar 2006 13:16:29 -0800, Burger23
wrote:

Thanks, Ron-- that worked. And I learned a bit about Word/Excel. And I did
save these instructions in a document that I will use next year when I have
to remember once again how to do this.


Whew. Glad we got that sorted out. Sometimes I use acronyms that "I" think
are commonly known (as I did with the <CR) and that causes problems as it did
here.

Thanks for the feedback.

Best wishes,
--ron
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
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
How do i keep the first column of info on my screen? TIQ Excel Discussion (Misc queries) 3 November 30th 05 08:06 PM
Vlookup - name of file to get info from is in Column A DD1 Excel Discussion (Misc queries) 3 August 11th 05 06:55 AM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
HELP - I need to change space delimited to comma? Mayer Excel Discussion (Misc queries) 1 December 18th 04 06:21 PM


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