So I've got this file that I would like to read in:
R2_345678
R2_345678 0
10 lines of data...
0 .4456 1.2345 4.5 0
0.3245 0 0 0
And it repeats with stuff like that for a bunch of different "R's"
I would like to have something that checks to see if line 1 = line 2 (minus the 0) and if so then put the value into A2, go down 10 lines, read in .4456 and put that in B2, read in 1.2345 put that in C2, go down a line, read 0.3245 and put that in D2.
Repeating this process for all the R's and increasing the row each time (i.e. so I can get a list of values. The R's are names for a plate and the values I want to read in are height, width, and length...
Anybody help on this and does this make any sense?
Thanks!
R2_345678
R2_345678 0
10 lines of data...
0 .4456 1.2345 4.5 0
0.3245 0 0 0
And it repeats with stuff like that for a bunch of different "R's"
I would like to have something that checks to see if line 1 = line 2 (minus the 0) and if so then put the value into A2, go down 10 lines, read in .4456 and put that in B2, read in 1.2345 put that in C2, go down a line, read 0.3245 and put that in D2.
Repeating this process for all the R's and increasing the row each time (i.e. so I can get a list of values. The R's are names for a plate and the values I want to read in are height, width, and length...
Anybody help on this and does this make any sense?
Thanks!