save a column of text as a file

  • Thread starter Thread starter Rick Merrill
  • Start date Start date
R

Rick Merrill

How do I select a column of data and save it as an external file ( say, col.txt)?

One more thing, is there a way to have blank entries automatically skipped?!
 
1 Save the worksheet as an Excel file before doing anything!
2 Insert a new worksheet: Insert|Worksheet
3 Select and Copy the column to be saved
4 Move to A1 in new worksheet; use Paste but if the column has formulas use
Paste Special -> Values
5 Select column; use Data | AutoFilter; use auto filter to display
Non-Blanks
6 Copy and paste these non-blanks to column B
7 Delete column A
6 Use File | Save As and specify Type to be TXT (this will save only the
current worksheet)
best wishes
 
I'd copy the column
open NotePad
Paste there
save it from there.

(Apply Data|filter|autofilter to that column. Then show only the non-blanks and
do the copy|paste if you need to avoid the blanks.)
 

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