B
BillReese
I have a list of values like this:
A B
1 1.10
2 1.20
3 1.31
4 1.40
5 1.49
6 1.57
7 1.65
8 1.70
9 1.74
10 1.75
11 1.73
12 1.66
13 1.58
14 1.49
15 1.41
I want to extract two values. One from the top and one from below the maximum value ( 1.75) which are lesser than 1.6.
The reason I need this formula is: I work with spectra files. Spectra traces have a "Peak" value.. I need to find values at 1/2 height peak values. I also need the location of those two values in order to return adjacent values in column A.
thanks very much for any help.
BillReese
A B
1 1.10
2 1.20
3 1.31
4 1.40
5 1.49
6 1.57
7 1.65
8 1.70
9 1.74
10 1.75
11 1.73
12 1.66
13 1.58
14 1.49
15 1.41
I want to extract two values. One from the top and one from below the maximum value ( 1.75) which are lesser than 1.6.
The reason I need this formula is: I work with spectra files. Spectra traces have a "Peak" value.. I need to find values at 1/2 height peak values. I also need the location of those two values in order to return adjacent values in column A.
thanks very much for any help.
BillReese