View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Asif[_3_] Asif[_3_] is offline
external usenet poster
 
Posts: 15
Default Reading from file

Here's the original data:

"x-values","y-values"
0.0,1.4
1.0,4.3
2.0,6.2
3.0,5.1
4.0,6.4
5.0,7.7
6.0,7.9
7.0,8.4
8.0,7.3
9.0,6.2
10.0,9.1


And here's the output:

x-values y-values
0 1.39999997615814
1 4.30000019073486
2 6.19999980926513
3 5.09999990463256
4 6.40000009536743
5 7.69999980926513
6 7.90000009536743
7 8.39999961853027
8 7.30000019073486
9 6.19999980926513
10 9.10000038146972
-------------------------------------

Dan E wrote in message ...
Provide an example of the differences and I can try, though their
are people on this board who know more about data types, etc...
than me.