Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I cloud mark on an excel sheet? | Excel Discussion (Misc queries) | |||
How can I make an automatic calculation in changing sheet? | Excel Discussion (Misc queries) | |||
I NEED GRADING TRACTOR TO SHOW ON MY SHEET BUT HOLDS VALUE OF $80 | Excel Discussion (Misc queries) | |||
How do I make a water mark on an excel spreadsheet? | Charts and Charting in Excel | |||
Excel: How do I type a letter in a column and make a check mark a. | Excel Worksheet Functions |