Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if this gets you most of the way there....
With A1: (a test score....eg 92) B1: =LOOKUP(A1,{0,60,63,67,70,73,77,80,83,87,90,93,97} ,{"F","D-","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"}) That formula in segments is this: =LOOKUP(A1,{0,60,63,67,70,73,77,80,83,87,90,93,97} , {"F","D-","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"}) or...using a lookup table: E1:E13 contains these values: 0 60 63 67 70 73 77 80 83 87 90 93 97 F1:F13 contains these grades: F D- D D+ C- C C+ B- B B+ A- A A+ and... B1: =VLOOKUP(A1,$E$1:$F$13,2,1) Does that help? -------------------------- Regards, Ron (XL2003, Win XP) Microsoft MVP (Excel) "Jo-Jo" wrote in message ... I am a teacher and trying to make my grades electronic instead of manual. I have the number grades calculated however; I wanted excel to automatically translate the numeric grade into a letter grade. For example if the numeric grade is a 90 than in the next column I want excel to put an A- in the field. I tried to do that with creating a separate worksheet for the VLOOKUP that lists the numeric grade associated with the letter grade but I don't understand how to do it. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup on 3 different tables - please HELP | Excel Worksheet Functions | |||
VLookUp Tables | Excel Worksheet Functions | |||
VLOOKUP with TABLES | Excel Discussion (Misc queries) | |||
VLookUp / 2 Tables | Excel Discussion (Misc queries) | |||
VLookUp Tables | Excel Worksheet Functions |