I want to calculate the average of a range of cell entries depending on specific criteria. The criteria is: the range in which column A has the same value, I need to calculate the average in that range, but from the data entered in column B
In the attached figure-
A9:A10 has the same value (=4)
Therefore C9=average(B9:B10)
Similarly,
A11:A15 has the same value (=7)
Therefore C11=average(B11:B15)
Thanks in advance,