I have a list similar to the following in column A:
A
98
15
0
315
223
145
62
0
329
216
101
98
0
310
198
96
As you can see, the numbers jump and wane cyclically. I want to find the averages of all the "jumps." In this case, the average of 315, 329, and 310. Is there a way I can write an average-if function (preferrably sans VBA) that averages all the numbers after every instance of 0?
Thanks
pj
A
98
15
0
315
223
145
62
0
329
216
101
98
0
310
198
96
As you can see, the numbers jump and wane cyclically. I want to find the averages of all the "jumps." In this case, the average of 315, 329, and 310. Is there a way I can write an average-if function (preferrably sans VBA) that averages all the numbers after every instance of 0?
Thanks
pj