I create graphs from a machine that exports text files. The machine cycles up and back down (basically starts and ends at 0). What I'm trying to do is eliminate the down part of the graph. I'd like to just graph the data on the "up" cycle, where it reaches it's max travel.
The problem is that the max travel is not always the same for each run. The data range is always changing. The data is always placed in the same columns, just the number of rows change depending on how much data was gathered.
What I'm looking for is a function that will look at my data columns and only select the range that goes up to max travel.
Thanks in advance,
Bookmarks