Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Background:
I want to do this in Excel! I have a table of weighted percentages for a grade book. Currently they are weighted averages that look like this. They are the sum total of all the students' quizzes, tests, and Homework assignments based on their weighted percentages. I'm using the sumproduct funtion in the AVG column to calculate the average based on the percentage weights. It works very well and is and this allows me to change the weights if I decide to do so. Students Quizzes Tests HW AVG 25% 65% 10% Bob 100 90 100 94 Jim 50 100 100 88 Fred 50 50 100 55 Question: I want a way to gather all and average all the data into its respective column from another array. For example, the following would be their scores: Type HW Q T HW T Bob 100% 100% 100% 100% 80% Jim 100% 50% 100% 100% 100% Fred 100% 50% 50% 100% 50% All the homework (HW types) would roll up into an average in the HW column in the first array, all the Quizes (Q types) would roll up into an average in the Quizzes column in the first array, and all the Tests (T types) would do the same in the tests column. Also - as you can see, the different types are not necessarily next to each other. Furthermore, If, for example, Fred only has one HW in, I want to be able to leave the other HWs blank if I choose to excuse him from that assignment. The AVERAGE function will do that just fine, but I put this down in case the solution doesn't include that function. Any ideas anyone? This would be a life saver for me and I'd be ever so grateful. I looked for a function in excel but couldn't find one. Thanks - Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding multiple values in one column based on multiple values of the same value (text) in another column | Excel Discussion (Misc queries) | |||
Array: Counting multiple values within array | Excel Worksheet Functions | |||
Adding numerical values based on multiple values in another column | Excel Worksheet Functions | |||
multiple hits in random sequences | Excel Worksheet Functions | |||
lookup help with multiple hits | Excel Worksheet Functions |