Help with Formula for Gradebook

KAT0200

New Member
Joined
Mar 8, 2014
Messages
2
Screenshot%202014-03-08%2016.11.57.png


Hi,

I am a Kindergarten teacher and I am trying to create a formula that would allow me to enter my test grades in. It would automatically give it a four point value. I.E. if my test was ten points, and I entered 10 in column c than a 4 would appear in column d. If I entered a 0-3 than a 1 would appear. 4-6 would be a 2 and 7-9 would be a 3. I have attached a screenshot that shows the page in the file. Any advice would be much appreciated :)

Krystal
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hi and welcome to the forum.

Try the following formula in D2 (assuming the first row is a header) and copy down:

=LOOKUP(C2,{0,1;4,2;7,3;10,4})
 
Upvote 0

Forum statistics

Threads
1,215,884
Messages
6,127,562
Members
449,385
Latest member
KMGLarson

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