ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula (https://www.excelbanter.com/excel-worksheet-functions/204196-formula.html)

Roger

formula
 
I need to create in my grade book a formula that assigns different value to
the number in the cell. example homework column average for a student is 90
but over all value is 10% of total grade my other areas are valued as 20%,
20%, 25%, 25% for the finale numerical grade.

Don Guillett

formula
 
Look in google for
weighted average:excel
Don't forget the :
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Roger" wrote in message
...
I need to create in my grade book a formula that assigns different value to
the number in the cell. example homework column average for a student is
90
but over all value is 10% of total grade my other areas are valued as 20%,
20%, 25%, 25% for the finale numerical grade.



Roger

formula
 
Thank you

"Don Guillett" wrote:

Look in google for
weighted average:excel
Don't forget the :
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Roger" wrote in message
...
I need to create in my grade book a formula that assigns different value to
the number in the cell. example homework column average for a student is
90
but over all value is 10% of total grade my other areas are valued as 20%,
20%, 25%, 25% for the finale numerical grade.




ShaneDevenshire

formula
 
Hi Roger,

I did not check google but here is a simple way to do this:
Suppose you enter the weight in cells A1:A5 (0.1, 0.2, 0.2, 0.25, 0.25) and
you enter the scored in cells C1:C5, then the formula is:

=SUMPRODUCT(A1:E1*A3:E3)

If you are going to apply this idea to many cells:

=SUMPRODUCT($A$1:$E$1*A3:E3)

--
Thanks,
Shane Devenshire


"Roger" wrote:

I need to create in my grade book a formula that assigns different value to
the number in the cell. example homework column average for a student is 90
but over all value is 10% of total grade my other areas are valued as 20%,
20%, 25%, 25% for the finale numerical grade.


Roger

formula
 
thankyou

"ShaneDevenshire" wrote:

Hi Roger,

I did not check google but here is a simple way to do this:
Suppose you enter the weight in cells A1:A5 (0.1, 0.2, 0.2, 0.25, 0.25) and
you enter the scored in cells C1:C5, then the formula is:

=SUMPRODUCT(A1:E1*A3:E3)

If you are going to apply this idea to many cells:

=SUMPRODUCT($A$1:$E$1*A3:E3)

--
Thanks,
Shane Devenshire


"Roger" wrote:

I need to create in my grade book a formula that assigns different value to
the number in the cell. example homework column average for a student is 90
but over all value is 10% of total grade my other areas are valued as 20%,
20%, 25%, 25% for the finale numerical grade.



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com