Thanks for the help in advance.
I have an Excel file with data in Columns.
A_____________________B_____________________C_____________________...
___________________Date 1__________________Date 2___________________ ...
Station 1____________Depth a_________________Depth b___________________ ...
Station 2____________Depth aa________________Depth bb_________________ ...
Station 3____________Depth aaa_______________Depth bbb_________________ ...
. . . .
. . . .
. . . .
I am stumped as to how to go about writing Column A with Column B to a text file, then Column A with Column C and so on, to a text file. The text file can only have the 'Station' value and tabbed over to the corresponding 'Depth' value, then next line.
Station 1 Depth a
Station 1 Depth aa
. .
Station X Depth Y
I need to write only the Columns that have data. Column A will eventually start at some Station X that is the beginning station with a corresponding 'Depth' column that is in some Column Y.
The 'Date' is not necessary...it is the 'Depth' that is needed for the data extraction.
Any help/suggestions/code?
Again, thank you.
Configuration: Windows XP Firefox 3.5.3