Transfering text to excel spreadsheet

  • Thread starter Thread starter Charles Shahar
  • Start date Start date
C

Charles Shahar

Hi everyone: I have columns of numbers which I can access in Notepad. I
would like to export these columns to Excel so that I can sort them, etc.
The columns themselves are not divided by tabs. Any ideas how I can do this?
Thanks,

-Charles
 
Try
1) From Excel use File|Open -> all files -> select your txt file
or
2) Copy from Notepad to Excel and use Data|Text to Column

best wishes
 
Copy them in notepad.
paste into column A of a new worksheet

then select column A
then data|text to columns

You can specify delimited by space (or multiple spaces)
 
Thanks a bunch! It works!!!

-Charles

Bernard Liengme said:
Try
1) From Excel use File|Open -> all files -> select your txt file
or
2) Copy from Notepad to Excel and use Data|Text to Column

best wishes
 
Thanks a bunch! It works!!!

-Charles


Dave Peterson said:
Copy them in notepad.
paste into column A of a new worksheet

then select column A
then data|text to columns

You can specify delimited by space (or multiple spaces)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top