silviosilver
New Member
- Joined
- Aug 12, 2015
- Messages
- 24
I have two sets of data. The first set contains information about the highest and lowest values in the second set of data. The first set is weekly data; the second set daily data. I want to use the daily data to find out which value occurred first, the highest or the lowest.
To illustrate:
Weekly data
Highest Lowest
53 47
Daily data
Highest Lowest
51 50
49 48
52 47
50 48
53 50
In this example, the weekly data tells us that in the next of five sets of values from the daily data, the highest value will be 53 and the lowest value 47. In the daily data, 47 occurred on day 3, while 53 occurred on day 5.
I would like either "L" for lowest or "H" for highest, or the value itself (47, in the example), to be returned in a column next to the weekly data values.
Is there any way this could be done?
If it is possible, I would like to be able to copy and paste this formula all the way down the weekly rows, since there are some 1000 such rows.
TIA
To illustrate:
Weekly data
Highest Lowest
53 47
Daily data
Highest Lowest
51 50
49 48
52 47
50 48
53 50
In this example, the weekly data tells us that in the next of five sets of values from the daily data, the highest value will be 53 and the lowest value 47. In the daily data, 47 occurred on day 3, while 53 occurred on day 5.
I would like either "L" for lowest or "H" for highest, or the value itself (47, in the example), to be returned in a column next to the weekly data values.
Is there any way this could be done?
If it is possible, I would like to be able to copy and paste this formula all the way down the weekly rows, since there are some 1000 such rows.
TIA