#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Formula Help

Hi The

I have a sheet of student marks which potentially run across 12 weeks.
Each students needs to make a mandatory 8 contributions. If the
student makes 8 contributions, then I simply average the marks to come
up with a grade. Some of the columns have blank weeks where the
student does not make a contribution. I've arranged the students names
in columns and the marks are in rows.

If the student makes less than 8 contributions, than s/he will lose 10
marks from their average for every contribution s/he is below 8. For
example, if s/he makes 6 contributions and the 6 marks average 80%,
than s/he will only receive 60%.

If the student makes more than 8 contributions--and this is the part of
the formula that I'm having trouble with--than I deduct the lowest
marks. Therefore, if the student makes 12 contributions, than I deduct
the 4 lowest marks before calculating the average. For example, if the
student receives the following marks: 78, 56, 95, 100, 61, 84, 77, 73,
94, 82, 71, 88. Then I omit 56, 61, 71 & 73 before calculating the
average.

=IF(P4<8,SUM((Q4-(8-P4)*10))),if P48 - This is the formula that I have
thus far. In the P column I've calculated the number of contributions
with the formula: =COUNTIF(D4:O4,"1")

I am still a novice when it comes to formulas, so if this nascent work
could be done a better way, I am open to suggestions.

Help would be greatly appreciated.

Cheers
Rick

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default Formula Help

I believe pinmaster has provided a solution in your post of same request in
the GQ section.

"Dr Traffic" wrote:

Hi The

I have a sheet of student marks which potentially run across 12 weeks.
Each students needs to make a mandatory 8 contributions. If the
student makes 8 contributions, then I simply average the marks to come
up with a grade. Some of the columns have blank weeks where the
student does not make a contribution. I've arranged the students names
in columns and the marks are in rows.

If the student makes less than 8 contributions, than s/he will lose 10
marks from their average for every contribution s/he is below 8. For
example, if s/he makes 6 contributions and the 6 marks average 80%,
than s/he will only receive 60%.

If the student makes more than 8 contributions--and this is the part of
the formula that I'm having trouble with--than I deduct the lowest
marks. Therefore, if the student makes 12 contributions, than I deduct
the 4 lowest marks before calculating the average. For example, if the
student receives the following marks: 78, 56, 95, 100, 61, 84, 77, 73,
94, 82, 71, 88. Then I omit 56, 61, 71 & 73 before calculating the
average.

=IF(P4<8,SUM((Q4-(8-P4)*10))),if P48 - This is the formula that I have
thus far. In the P column I've calculated the number of contributions
with the formula: =COUNTIF(D4:O4,"1")

I am still a novice when it comes to formulas, so if this nascent work
could be done a better way, I am open to suggestions.

Help would be greatly appreciated.

Cheers
Rick


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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 08:51 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"