Data Validation - HELP Needed Please

bjackson3

New Member
Joined
Feb 18, 2010
Messages
18
Trying to create a spreadsheet that helps me track my students high school coursework. Have been using Data Validation with drop down lists because it seems to keep everything neat and simple. Have run into a problem, and do not know what to do. Will be posting HTML below, but in a nutshell, here is issue:

Grading scale is different this year versus previous years. This year an A=90-100; B=89-80; C=79-70 and D=69-60 Previous years grading scale was A=93-100; B=85-92; C=84-77 and D=76-70. This was all for a a 1 credit course.

An "A" is "worth" 4 points, B 3 points, C 2 points and D 1point. Of course, if course completed was a 1/2 credit then all of above point worths change by half.

Some courses may be HONORS and some may be AP level. Point values change for these courses as well. Any HONORS course will have an additional .5/.25 points added to worth and and AP course will have an additional 1/.5 points.

I want to be able to simply click and choose COURSE, CREDIT, GRADE, Pre 16-17, HONORS/AP and have the QPts show up depending on what was selected.

Am I trying to do too much?

Here is the MrExcel HTML code:


Book1
ABCDEFGHIJKLMNOPQR
1
2
3
4COURSECREDITGRADEHON/APPRE 16-17?Q. PTS
5English 1182NOYES2
6English 2CP182NONO3
7English 3H182HONORSNO3.5
8
9
10For 1 Credit CourseFor .5 Credit Course
11Pre 16-17 Grade ScaleQ PTSIf HonIf APQ PTSIf HonIf AP
12A = 100-9344.5522.252.5
13B = 92-8533.541.51.752
14C = 84-7722.5311.251.5
15D = 76-7011.520.50.751
16
17
18For 1 Credit CourseFor .5 Credit Course
1916-17 & Beyond ScaleQ PTSIf HonIf APQ PTSIf HonIf AP
20A = 100-9044.5522.252.5
21B = 89-8033.541.51.752
22C = 79-7022.5311.251.5
23D = 69-6011.520.50.751
24
25
26Formula in Sentence form: If credit equal 1 and Pre 16-17 equals yes and grade between 93 and 100 and
27honors/ap equals no then QPts equal 4 Else If credit equals .5 and Pre 16-17 equals yes and grade between
2893 and 100 and honors/ap equals no then QPts equal 2 Else if credit equals 1 and Pre 16-17 equals yes and grade
29between 93 and 100 and honors/ap equals HONORS then QPts equals 4.5 else if credit equals .5 and Pre 16-17
30equals yes and grade between 93 and 100 and honors/ap equals HONORS then QPts equals 2.25
31
32Would have to repeat all of above REPLACING "honors" with "AP" and changing QPts accordingly
33
34THEN
35
36Repeat for QPts if Pre 16-17 equals NO and change QPts
37
38THEN
39
40Repeat all for other grade levels
41
42There has to be a simpler way.
43
Sheet1
Cell Formulas
RangeFormula
M12=4.5/2
M13=3.5/2
M14=2.5/2
M20=4.5/2
M21=3.5/2
M22=2.5/2
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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