Suppose you have rows of data and want to find out when the max value was achieved within a range like below. This data could be historical stock prices as an example. So, I know on Day 1 the price was 2.14. I want to put a formula in the next column to calculate the number of days I'd have to wait until it hit the max value for the next 8 days. In this case the answer should be 4 days.
I thought it would be a simple solution, but I can't seem to get it. I know I'll feel silly when I see the answer. Thanks in advance!
2.14
2.15
2.05
2.04
2.23
2.16
2.18
2.22
2.16
I thought it would be a simple solution, but I can't seem to get it. I know I'll feel silly when I see the answer. Thanks in advance!
2.14
2.15
2.05
2.04
2.23
2.16
2.18
2.22
2.16