Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 788
Default LOOKUP function reversed?

I have created a grading system using the LOOKUP function:

=LOOKUP(Y3,{0,64.5,66.5,69.5,72.5,76.5,79.5,82.5,8 6.5,89.5,92.5,96.5},{"F","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})

How do I then convert the letter grades to GPA values?

For example A+ is worth 4.4 points, A is worth 4.0 points, A is worth 3.6
points, etc.

Thanks.

Chris
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default LOOKUP function reversed?

Setup a lookup table and use either LOOKUP(), or VLOOKUP(). Your table must
in ascending order



"Chris" wrote:

I have created a grading system using the LOOKUP function:

=LOOKUP(Y3,{0,64.5,66.5,69.5,72.5,76.5,79.5,82.5,8 6.5,89.5,92.5,96.5},{"F","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})

How do I then convert the letter grades to GPA values?

For example A+ is worth 4.4 points, A is worth 4.0 points, A is worth 3.6
points, etc.

Thanks.

Chris

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default LOOKUP function reversed?

Create a 2 column table with the letter grade in the left column and the
corresponding numeric value in the right column:

...........A..........B
1........A+......4.4
2........A........4.0
3........A-......3.6

X1 = some letter grade

=SUMIF(A1:A3,X1,B1:B3)


--
Biff
Microsoft Excel MVP


"Chris" wrote in message
...
I have created a grading system using the LOOKUP function:

=LOOKUP(Y3,{0,64.5,66.5,69.5,72.5,76.5,79.5,82.5,8 6.5,89.5,92.5,96.5},{"F","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})

How do I then convert the letter grades to GPA values?

For example A+ is worth 4.4 points, A is worth 4.0 points, A is worth 3.6
points, etc.

Thanks.

Chris



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default LOOKUP function reversed?

You could use exactly the same method but replace "A+" with 4.4, "A" with 4
etc.

Note if you want numeric values then replace both the double quotes and the
A+ as above. However, if you are happy with it returning numerics in text
format then just replace the "A+" with "4.4" (keeping the double quotes).

You might need format the column to one decimal place if you want it in
numeric format.

--
Regards,

OssieMac


"Teethless mama" wrote:

Setup a lookup table and use either LOOKUP(), or VLOOKUP(). Your table must
in ascending order



"Chris" wrote:

I have created a grading system using the LOOKUP function:

=LOOKUP(Y3,{0,64.5,66.5,69.5,72.5,76.5,79.5,82.5,8 6.5,89.5,92.5,96.5},{"F","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})

How do I then convert the letter grades to GPA values?

For example A+ is worth 4.4 points, A is worth 4.0 points, A is worth 3.6
points, etc.

Thanks.

Chris

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reversed Array [email protected] Excel Discussion (Misc queries) 10 August 9th 11 08:21 PM
dates are reversed in my chart Texas Tonie[_2_] Excel Discussion (Misc queries) 2 April 9th 09 08:40 PM
Screen Reversed Mona Excel Discussion (Misc queries) 1 January 9th 08 07:22 PM
columns reversed lou Excel Worksheet Functions 3 May 14th 06 05:42 PM
reversed columns Vulcan Excel Discussion (Misc queries) 2 June 29th 05 02:05 PM


All times are GMT +1. The time now is 12:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"