RussChilds

Active Member
Joined
Jun 8, 2007
Messages
267
Hi All,

I'm using the below table for as a lookup. This works fine.

My question is I would like a column that tells the pupil how many points from the next grade? For example a pupils scores 1341 which equals a MPP grade. They are 38 points from a MMP grade. How do I do this in a formula?

0 F
1299 PPP
1339 MPP
1379 MMP
1419 MMM
1459 DMM
1499 DDM
1529 DDD
1559 DDD*
1589 DD*D*
1590 D*D*D*

Many thanks!
Russ
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
More robust
=INDEX(A$1:A$11,MATCH(D1,A$1:A$11,1)+1*ISNA(MATCH(D1,A$1:A$11,0)))-D1
where D1 = 1341

M.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,860
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top