Formula Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

=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.
 
Shani,

Try array entering (enter using Ctrl-Shift-Enter)

=SUM(IF(GID!A2:A6620="hernan giraldo",GID!D2:D6620*GID!E2:E6620))/C7

HTH,
Bernie
MS Excel MVP
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top