#1   Report Post  
Shani
 
Posts: n/a
Default Formula Help

=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.
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

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


"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.



  #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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Excel 97 - Adding Every 8th Row - Formula should work, but doesn't Damaeus Excel Worksheet Functions 12 January 23rd 05 04:52 PM
Help with array formula Excel Worksheet Functions 2 January 20th 05 04:17 PM
how to enter a formula using column() function for a range Mike Peter Excel Worksheet Functions 6 December 8th 04 07:11 AM


All times are GMT +1. The time now is 12:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"