|
Re: Selecting every nth (e.g. 10th) row for a graph
But I have 33,000 rows! So manual selection is out.
I am trying to do this:
row1>>>>>>>>link>>>>>>>>>row 1 (time, value)
row2>>>>>>>>>>>>>>>>>>>row10(time, value)
..>>>>>>>>>>>>>>>>>>>>>row20 (time, value)
row10
..
..
row20
so that I can easily graph the row1, row10, row20 pairs as they form a contiguous dataset I can lasoo.
Last edited by Mel_P; 07-20-2009 at 05:06 PM.
|