But it is covered a little bit in the article I sent, so...RTFM (jk jk)
dan, i' ve got my formula working, see post 19.Try this...
=SUMPRODUCT((B2:B7=A12)*(D27))/SUMPRODUCT(--(B2:B7=A12))
Note the double unary operator ("--")
What's up with the grin face?
Should be :-
=SUMPRODUCT((B2:B7=A12)*(D27))/COUNTIF(B2:B7,A12))
thanks brian, you've made it look simple, guess i was trying to over complicate it by referring the div/0! in my formula.
.