Hello, ive looked everywhere for help and its been a few days. i've tried messing around with some formulas but im too new and couldnt find what i was looking for. Basically, i want to use negative numbers in my formula and have no idea how. this is what i came up with: =IF(H10>-800, "F", IF(H10>-750, "D-", IF(H10>-700, "D", IF(H10>-650, "D+", IF(H10>-600, "C-, IF(H10>-550, "C", IF(H10>-500, "C+", IF(H10>-400, "B-", IF(H10>-300, "B", IF(H10>-100, "B+", IF(H10<100, "A-", IF(H10<250, "A", IF(H10<400, "A+"))))))))))))
right now, its not correct. theres obviously (to some) an error in this. ive used it before and it kinda worked but im not sure how to do this. so i want to GRADE the value of each numbers
<400=A+
<250=A
<100=A-
(-100)-99=B+
(-300)-(-101)=B
(-400)-(-301)=B-
(-500)-(-401)=C+
(-550)-(501)=C
(-600)-(-551)=C-
(-650)-(-601)=D+
(-700)-(-651)=D
(-750)-(701)=D-
>=(-751)=F
im not good at math, im not good at excel.. the grades are for differences in the sum of two numbers.
right now, its not correct. theres obviously (to some) an error in this. ive used it before and it kinda worked but im not sure how to do this. so i want to GRADE the value of each numbers
<400=A+
<250=A
<100=A-
(-100)-99=B+
(-300)-(-101)=B
(-400)-(-301)=B-
(-500)-(-401)=C+
(-550)-(501)=C
(-600)-(-551)=C-
(-650)-(-601)=D+
(-700)-(-651)=D
(-750)-(701)=D-
>=(-751)=F
im not good at math, im not good at excel.. the grades are for differences in the sum of two numbers.