‎01-25-2010 02:35 AM
Solved! Go to Solution.
‎01-25-2010 03:13 AM - edited ‎01-25-2010 03:15 AM
Hi,
use the Read From Spreadsheet File VI read from your Excel Files. The LV help desribes pretty good how to use this VI.
‎01-25-2010 11:07 AM
Hi,
Thanks for helping me; but can you please also tell me how can I find the average of the read file? because the output of read from spreadsheet.vi is 2D array.
Looking Forward to Recieving from You
‎01-25-2010 11:13 AM
First, if you are still using the code in your previous post, stop calling them Excel files. As you were told, you are creating a text file.
Second, you would use the Index Array function to get the row or column that you want. Just wire the result up to the Mean function.