I have this "scale" data in sheet2:
Grades Points
A 4
A- 3.7
B+ 3.3
B 3
B- 2.7
C+ 2.3
C 2
C- 1.7
D+ 1.3
D 1
D- 0.7
F 0
and I have rows like this in sheet1:
term grade points credits course core
2012D1 B- 4 SPN-110 01 Elementary Spanish I
2012D1 C+ 4 PHY-101 01 Physics for Non-Science Majors NW
2012D1 B 4 MTH-140 03 Integrated Precalc/Calc I
I want to use the scale data in sheet2 to lookup the value of the grade in sheet1 and assign proper points. Is vlookup the way to go? Thanks from this rookie on first post.
Grades Points
A 4
A- 3.7
B+ 3.3
B 3
B- 2.7
C+ 2.3
C 2
C- 1.7
D+ 1.3
D 1
D- 0.7
F 0
and I have rows like this in sheet1:
term grade points credits course core
2012D1 B- 4 SPN-110 01 Elementary Spanish I
2012D1 C+ 4 PHY-101 01 Physics for Non-Science Majors NW
2012D1 B 4 MTH-140 03 Integrated Precalc/Calc I
I want to use the scale data in sheet2 to lookup the value of the grade in sheet1 and assign proper points. Is vlookup the way to go? Thanks from this rookie on first post.