34sweetness
Board Regular
- Joined
- Oct 7, 2002
- Messages
- 136
I have columns of data with values that increase and decrease.
I want to identify each "low" value and each "high" value.
I have about 600 rows of data that look like this:
-33.35
-31.68
-30.12
-29.25
-32.91
-38.92
-45.94
and other rows that look like this:
-112.62
-116.39
-118.96
-122.26
-125.68
-119.77
-115.13
-110.42
The data continues to go "up" and "down". I want the "lowest" values and the "highest" values throughout the column. So in the example above, I want -29.25 and -125.68.
I have several columns of data each with 600+ rows, and I don't want to do this by visual inspection.
Any ideas?
Thanks.
Kevin
I want to identify each "low" value and each "high" value.
I have about 600 rows of data that look like this:
-33.35
-31.68
-30.12
-29.25
-32.91
-38.92
-45.94
and other rows that look like this:
-112.62
-116.39
-118.96
-122.26
-125.68
-119.77
-115.13
-110.42
The data continues to go "up" and "down". I want the "lowest" values and the "highest" values throughout the column. So in the example above, I want -29.25 and -125.68.
I have several columns of data each with 600+ rows, and I don't want to do this by visual inspection.
Any ideas?
Thanks.
Kevin