Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,514
Default Need (Excel) formula to make Mark sheet with Automatic Grading

Not sure why you're reposting a 6-year old reply, but...

My "GradesTable" is laid out as follows...

ScoreAvg 0 50 55 60 65 70 75 80 90
PointAvg 0.00 0.50 1.00 1.50 2.00 2.50 3.00 3.50 4.00
Grade U D D+ C C+ B B+ A A+

...so it occupies the top 3 (hidden) rows only of my grades sheet, and
is defined with a local scope name.

The formula I use for 'PointAvg' is...

=IF(TotalMark<"",HLOOKUP(TotalMark,GradesTable,2) ,"")


...and the formula I use for 'Grade' is...

=IF(TotalMark<"",HLOOKUP(TotalMark,GradesTable,3) ,"")

...where "TotalMark" is a column-absolute, row-relative local scope
defined name range that collects values in a 'Summary' module from all
course outline modules to arrive at a final 'ScoreAvg' for each student
in the class list.

Note that all defined name ranges use local scope so I can have several
class sheets in the same workbook without name conflicts. The class
sheet is inserted from a template and so all 'like' areas use the same
defined names.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


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
How can I cloud mark on an excel sheet? Rajesh M Excel Discussion (Misc queries) 1 September 8th 08 07:55 AM
How can I make an automatic calculation in changing sheet? frankmai Excel Discussion (Misc queries) 3 December 14th 05 03:09 AM
I NEED GRADING TRACTOR TO SHOW ON MY SHEET BUT HOLDS VALUE OF $80 [email protected] Excel Discussion (Misc queries) 2 October 11th 05 08:57 PM
How do I make a water mark on an excel spreadsheet? Lelindar Charts and Charting in Excel 1 April 6th 05 03:03 AM
Excel: How do I type a letter in a column and make a check mark a. BauerY Excel Worksheet Functions 3 March 24th 05 06:34 PM


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