Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Kingcop
I would convert the grades into numbers with the following formula: =(LEFT(A1,1)-1)*3+CODE(UPPER(RIGHT(A1,1)))-64 A1 being your grade. so for 1a it would return 1, for 3c it would return 9 and so on.... after that you can use this number to calculate the points. if you want to have it in one cell it would be like that: =((LEFT(A1,1)-1)*3+CODE(UPPER(RIGHT(A1,1)))-64) - ((LEFT(B1,1)-1)*3+CODE(UPPER(RIGHT(B1,1)))-64) A1 being your first grade, B1 your second hth Carlo On Nov 6, 8:19 am, Kingcop wrote: Pupils' grades are written as 2a, 3a, 3b, 4c, 5c, etc. - "a" being the higest and "c" the lowest. I need to set up a formula to calculate the progress made between grades assuming that one letter reperesents one point, e.g. 2c to 4a would be 8 points, 3b to 5b would be 6 points and so on. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate grades from excell | Excel Worksheet Functions | |||
Grades | Excel Worksheet Functions | |||
students grades, formulae to calculate what grade is needed based. | Excel Worksheet Functions | |||
grades | Excel Discussion (Misc queries) | |||
How do calculate grades in Excel? | Excel Worksheet Functions |