LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Average score from repeating records?

So I have a list of IDs (repeating) and scores like this:
A B
4710051 3
4710051 3
4710064 4
4710064 2
4710070 4
4710070 5
4710070 4


I make a list of unique IDs in col. C. And then I need a formula or
VBA routine to get the average score and put it in col. D.

C D
4710051 3
4710064 3

..
..
..

Before (thanks to this group) I could get the MAX, like this:

=SUMPRODUCT(MAX(($A$2:$A$5988=$c2)*$B$2:$B$5988))

But I can't just substitute AVERAGE() for MAX, so don't know what to
do. Help appreciated!

 
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
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
score SI Excel Discussion (Misc queries) 1 March 16th 06 12:15 AM
How can I average data from a repeating list into a unique list? Bob Phillips Excel Worksheet Functions 0 March 3rd 06 06:47 PM
How can I average data from a repeating list into a unique list? Duke Carey Excel Worksheet Functions 0 March 3rd 06 06:38 PM
Average Grades and drop the lowest score Kahlan Excel Worksheet Functions 0 October 10th 05 11:04 PM


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

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

About Us

"It's about Microsoft Excel"