Thread: Formula Help
View Single Post
  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Hard to tell what you want.

The Sumproduct function is totaling 2 arrays multiplied together. Is that
what you want? Or do you want them ADDED together?

Maybe something like this:

=SUMPRODUCT(--(A2:A10="hernan giraldo"),D2:D10+E2:E10)/C7

Biff

"Shani" wrote in message
...
=IF(GID!A2:A6620="hernan
giraldo",SUMPRODUCT(GID!D2:D6620,GID!E2:E6620))/C7

Above is my formula. I need this formula to come back with an average
score.
I am getting a percentage back of 346.34%. It should be 91.31%. The
formula
is looking for a team name, then doing a sumproduct of totals forms/score.

Thanks, I hope this was explained ok.