#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default grading

What I am trying to do is in put 3 different set of tests. Each on weighing
with a % of the total. How do i do a formula to calulate this:

Exam 1 Exam 2 Final
100 93 79
99 90 74
63 51 43

the first weighs 15% the second 25% and the final at 50%. What should i do?
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default grading

Your percentages don't add to 100%.

Ignoring that, insert a new row above your test headings. Above Exam 1 type
15%. then put 25% and 50% above the other 2. Assume that is in Row 1, and
your data then starts in cell A3. In D3 use this formula:

=sumproduct(A$1:C$1,A3:C3)

and copy it down


"miranda" wrote:

What I am trying to do is in put 3 different set of tests. Each on weighing
with a % of the total. How do i do a formula to calulate this:

Exam 1 Exam 2 Final
100 93 79
99 90 74
63 51 43

the first weighs 15% the second 25% and the final at 50%. What should i do?
Thank you

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default grading

Thank you so much and you are right, it wasn't 50% it was 60%. You really
helped.
Miranda

"Duke Carey" wrote:

Your percentages don't add to 100%.

Ignoring that, insert a new row above your test headings. Above Exam 1 type
15%. then put 25% and 50% above the other 2. Assume that is in Row 1, and
your data then starts in cell A3. In D3 use this formula:

=sumproduct(A$1:C$1,A3:C3)

and copy it down


"miranda" wrote:

What I am trying to do is in put 3 different set of tests. Each on weighing
with a % of the total. How do i do a formula to calulate this:

Exam 1 Exam 2 Final
100 93 79
99 90 74
63 51 43

the first weighs 15% the second 25% and the final at 50%. What should i do?
Thank you

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
Grading function in Excel Shreekant Patel Excel Worksheet Functions 7 May 7th 07 03:00 AM
How to find average for grading? Param Excel Worksheet Functions 3 March 4th 07 10:17 AM
Exam Marksheet - Grading Zainuddin Zakaria Excel Discussion (Misc queries) 1 September 24th 06 06:33 PM
How to find avg, min & max for grading subject Param Excel Worksheet Functions 2 March 17th 06 08:04 PM
Grading Function Question... spooker4u Excel Worksheet Functions 1 November 1st 04 02:49 PM


All times are GMT +1. The time now is 02:34 PM.

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"