D
Deb
Hi,
I have a database for my high school students. I have it set to add up the
grades and test scores so that we can verify their credits for graduation.
My formula is set up so that if a student gets a State test score of 400 or
greater and a letter grade of D- or better they get a verified credit for
graduation. If they recieve a State score of 399 or below and a letter grade
of E or below, they do not receive the credit. We also have a couple of other
tests they can take to receive credit for a standard diploma. Then there are
some special programs at our school that allow the student to "test" out of a
particular subject. When they do, we assign them a "P" for passing instead
of the traditional letter grade. Since this needs to go into the letter
grade of my formula, it will not pick it up as a "passing" grade. Since "P"
is after "E" in the alphabet, it will not assign a credit. I tried putting
"P" after the <"E", but it did not work. Any help with this one would be
most appreciated...
=IIf([ALGI]>"399""S" And [AIGR]<"E",1,0)+IIf([GEOMETRY]>"399""S" And
[GEOGR]<"E",1,0)+IIf([ALGII]>"399""S" And [AIIGR]<"E",1,0)
I have a database for my high school students. I have it set to add up the
grades and test scores so that we can verify their credits for graduation.
My formula is set up so that if a student gets a State test score of 400 or
greater and a letter grade of D- or better they get a verified credit for
graduation. If they recieve a State score of 399 or below and a letter grade
of E or below, they do not receive the credit. We also have a couple of other
tests they can take to receive credit for a standard diploma. Then there are
some special programs at our school that allow the student to "test" out of a
particular subject. When they do, we assign them a "P" for passing instead
of the traditional letter grade. Since this needs to go into the letter
grade of my formula, it will not pick it up as a "passing" grade. Since "P"
is after "E" in the alphabet, it will not assign a credit. I tried putting
"P" after the <"E", but it did not work. Any help with this one would be
most appreciated...
=IIf([ALGI]>"399""S" And [AIGR]<"E",1,0)+IIf([GEOMETRY]>"399""S" And
[GEOGR]<"E",1,0)+IIf([ALGII]>"399""S" And [AIIGR]<"E",1,0)