I need assistance in creating a formula to determine the average wait time for numbers greater than or equal to 200000 to appear in a series.
I have 100 lines of data (BJ100:BJ200)
The wait time will be determine by the row number,eg
BJ100=12
BJ101=200000
BJ102=15000
BJ103=200050
BJ104=9
BJ105=8
BJ106=5555
BJ107=300000
BJ108=0
BJ109=5000000
BJ110=250
BJ111=18
BJ112=0
BJ113=5555
BJ114=300000
BJ115=0
BJ116=250
BJ117=250
BJ118=18
BJ119=5000000
So for the above the expected return will be: the average of (2,4,2,5,5)
I have 100 lines of data (BJ100:BJ200)
The wait time will be determine by the row number,eg
BJ100=12
BJ101=200000
BJ102=15000
BJ103=200050
BJ104=9
BJ105=8
BJ106=5555
BJ107=300000
BJ108=0
BJ109=5000000
BJ110=250
BJ111=18
BJ112=0
BJ113=5555
BJ114=300000
BJ115=0
BJ116=250
BJ117=250
BJ118=18
BJ119=5000000
So for the above the expected return will be: the average of (2,4,2,5,5)