T
Teacher
Hi I am trying to setup an excel spread for showing the
grade in a cell. for e.g
if Cell m1 has a range of 60 to 65 then cell n1 = "d-"
if Cell m1 has a range of 66 to 69 then cell n1 = "d"
if Cell m1 has a range of 70 to 74 then cell n1 = "d+"
if Cell m1 has a range of 74 to 79 then cell n1 = "c-"
if Cell m1 has a range of 79 to 84 then cell n1 = "c"
if Cell m1 has a range of 84 to 86 then cell n1 = "c+"
if Cell m1 has a range of 86 to 88 then cell n1 = "b-"
so on and so on more then seven range.
I need step by step help to write a vba code and calling
that code in n1,n2 n3 and all the way till n whatever....
Thanks in advance
grade in a cell. for e.g
if Cell m1 has a range of 60 to 65 then cell n1 = "d-"
if Cell m1 has a range of 66 to 69 then cell n1 = "d"
if Cell m1 has a range of 70 to 74 then cell n1 = "d+"
if Cell m1 has a range of 74 to 79 then cell n1 = "c-"
if Cell m1 has a range of 79 to 84 then cell n1 = "c"
if Cell m1 has a range of 84 to 86 then cell n1 = "c+"
if Cell m1 has a range of 86 to 88 then cell n1 = "b-"
so on and so on more then seven range.
I need step by step help to write a vba code and calling
that code in n1,n2 n3 and all the way till n whatever....
Thanks in advance