Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
i have a worksheet. in which i have grades in col C. I want to get these grades converted into a value in col D. suppose grades are like this..
in C5=A1 C6=B1 C7= D1 i want to convert ----- A1 into 10 B1 into 8 AND D1 into 6. how can i accomplish this? |
#2
![]() |
|||
|
|||
![]() Quote:
Try to do this one: Cell D5 -- =IF(C5="A1",10,IF(C5="B1",8,6)) If it´s not what your looking for, try explain with a worksheet example here.
__________________
I hope it can help you. Best regards, Marcilio Lobão --------------------------- Belo Horizonte, Brazil |
#3
![]() |
|||
|
|||
![]()
let me check it and tell whether it works or not,. btw, i got an idea to do this using the vlookup funtion. but yours seems to be simple compared to that . let me see. thanks for the suggestion. have a nice day.
|
#4
![]() |
|||
|
|||
![]()
thanks a lot for this suggestion. it works perfectly. this is what i wanted.have a nice day.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert A-E grades to number averages? | Excel Discussion (Misc queries) | |||
How to Weight Grades vs. Averaging Student Grades | Excel Programming | |||
try to convert letter grades into GPA grade points | Excel Worksheet Functions | |||
Grades | Excel Worksheet Functions | |||
Getting Grades | Excel Programming |