Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 13
Default csv file import

I have tried and succeeded in importing a .csv file into excel. This file has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which tells me
those numbers are being read as values and not numbers. HOW do I import the
file or what changes do I need to make in order to get those numbers to be
seen as Numerical after the file is imported?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default csv file import

If you can change the name of the file you are importing into excel to one
ending in .txt you will get the import wizard open and that will allow you
to change formatting for columns.

If this is not a solution, there is an Add-in available (free) called ASAP
Utilities that can help in changing the numbers to actual numbers rather
than text

"d_kight" wrote in message
...
I have tried and succeeded in importing a .csv file into excel. This file
has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which tells
me
those numbers are being read as values and not numbers. HOW do I import
the
file or what changes do I need to make in order to get those numbers to be
seen as Numerical after the file is imported?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 13
Default csv file import

thanks Gail, However, the import wizard seems to work fine coming form a .csv
file going to a .xl file (or so it seems). Are you suggesting that I re-save
the .csv file as a .txt file THEN use the Import wizard in Excel?

"Gail" wrote:

If you can change the name of the file you are importing into excel to one
ending in .txt you will get the import wizard open and that will allow you
to change formatting for columns.

If this is not a solution, there is an Add-in available (free) called ASAP
Utilities that can help in changing the numbers to actual numbers rather
than text

"d_kight" wrote in message
...
I have tried and succeeded in importing a .csv file into excel. This file
has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which tells
me
those numbers are being read as values and not numbers. HOW do I import
the
file or what changes do I need to make in order to get those numbers to be
seen as Numerical after the file is imported?




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,203
Default csv file import

Try this method? I think step 3 of this wizard is where you will find a
solution.
From the menu bar
Data | Import External Data | Import Data
When the open file window comes up, choose File Types with the .csv entry in
it. Continue on and identify your file and then the Wizard gets started for
real. Make sure that you set things along the way, like the separator
itself. In Step 3 of 3 make sure that all columns are set to "General" type.
That should import numbers as numbers, text as text, dates as dates, etc.

Before you start you might want to select all the cells on your worksheet
and use Edit | Clear | Format
to make sure that the cells/columns on it are not formatted as Text. I'm
not certain if the choice made with the data import wizard overrides any
formatting already on a sheet or not right at this moment.

"d_kight" wrote:

thanks Gail, However, the import wizard seems to work fine coming form a .csv
file going to a .xl file (or so it seems). Are you suggesting that I re-save
the .csv file as a .txt file THEN use the Import wizard in Excel?

"Gail" wrote:

If you can change the name of the file you are importing into excel to one
ending in .txt you will get the import wizard open and that will allow you
to change formatting for columns.

If this is not a solution, there is an Add-in available (free) called ASAP
Utilities that can help in changing the numbers to actual numbers rather
than text

"d_kight" wrote in message
...
I have tried and succeeded in importing a .csv file into excel. This file
has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which tells
me
those numbers are being read as values and not numbers. HOW do I import
the
file or what changes do I need to make in order to get those numbers to be
seen as Numerical after the file is imported?




  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 427
Default csv file import

If it's a comma seperated file - it should load correctly.

what format is the data ?

and as mentioned - is it plain text

Steve


On Fri, 14 Jul 2006 17:41:02 +0100, d_kight
wrote:

I have tried and succeeded in importing a .csv file into excel. This
file has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which
tells me
those numbers are being read as values and not numbers. HOW do I import
the
file or what changes do I need to make in order to get those numbers to
be
seen as Numerical after the file is imported?



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 13
Default csv file import

Thanks Latham, I will definitely give that a go! and Steve, the format is in
..csv. Is that what you are refering to?

"JLatham" wrote:

Try this method? I think step 3 of this wizard is where you will find a
solution.
From the menu bar
Data | Import External Data | Import Data
When the open file window comes up, choose File Types with the .csv entry in
it. Continue on and identify your file and then the Wizard gets started for
real. Make sure that you set things along the way, like the separator
itself. In Step 3 of 3 make sure that all columns are set to "General" type.
That should import numbers as numbers, text as text, dates as dates, etc.

Before you start you might want to select all the cells on your worksheet
and use Edit | Clear | Format
to make sure that the cells/columns on it are not formatted as Text. I'm
not certain if the choice made with the data import wizard overrides any
formatting already on a sheet or not right at this moment.

"d_kight" wrote:

thanks Gail, However, the import wizard seems to work fine coming form a .csv
file going to a .xl file (or so it seems). Are you suggesting that I re-save
the .csv file as a .txt file THEN use the Import wizard in Excel?

"Gail" wrote:

If you can change the name of the file you are importing into excel to one
ending in .txt you will get the import wizard open and that will allow you
to change formatting for columns.

If this is not a solution, there is an Add-in available (free) called ASAP
Utilities that can help in changing the numbers to actual numbers rather
than text

"d_kight" wrote in message
...
I have tried and succeeded in importing a .csv file into excel. This file
has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which tells
me
those numbers are being read as values and not numbers. HOW do I import
the
file or what changes do I need to make in order to get those numbers to be
seen as Numerical after the file is imported?



  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 13
Default csv file import

JLatham,
I did everything that you suggested and I tried to add a couple of simple
numbers. I continue to come up with #VALUE!.
Is there something I am missing?

D_Kight

"JLatham" wrote:

Try this method? I think step 3 of this wizard is where you will find a
solution.
From the menu bar
Data | Import External Data | Import Data
When the open file window comes up, choose File Types with the .csv entry in
it. Continue on and identify your file and then the Wizard gets started for
real. Make sure that you set things along the way, like the separator
itself. In Step 3 of 3 make sure that all columns are set to "General" type.
That should import numbers as numbers, text as text, dates as dates, etc.

Before you start you might want to select all the cells on your worksheet
and use Edit | Clear | Format
to make sure that the cells/columns on it are not formatted as Text. I'm
not certain if the choice made with the data import wizard overrides any
formatting already on a sheet or not right at this moment.

"d_kight" wrote:

thanks Gail, However, the import wizard seems to work fine coming form a .csv
file going to a .xl file (or so it seems). Are you suggesting that I re-save
the .csv file as a .txt file THEN use the Import wizard in Excel?

"Gail" wrote:

If you can change the name of the file you are importing into excel to one
ending in .txt you will get the import wizard open and that will allow you
to change formatting for columns.

If this is not a solution, there is an Add-in available (free) called ASAP
Utilities that can help in changing the numbers to actual numbers rather
than text

"d_kight" wrote in message
...
I have tried and succeeded in importing a .csv file into excel. This file
has
numerical values. After converting the file, I try and add a few of the
numbers in one of the colunms and my answer is always #VALUE; which tells
me
those numbers are being read as values and not numbers. HOW do I import
the
file or what changes do I need to make in order to get those numbers to be
seen as Numerical after the file is imported?



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
Amalgamate Several Worksheets into one file thru Data import M Imran Buhary Excel Discussion (Misc queries) 0 May 28th 06 11:29 AM
Import data from one xls file to another based on criteria Hardhit Excel Discussion (Misc queries) 0 February 15th 06 08:03 PM
Weird File Open/Save As Behavior [email protected] Excel Discussion (Misc queries) 0 December 9th 05 02:26 AM
Import only certain rows of a huge text file AriBari Excel Discussion (Misc queries) 4 July 11th 05 06:54 PM
Easiest Way to do this Importing method? D Excel Worksheet Functions 11 November 10th 04 02:44 AM


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