#1   Report Post  
Posted to microsoft.public.excel.misc
shug
 
Posts: n/a
Default electronic gradebook

how do i put in the formula to get a letter grade by using percentage. for
instace 100 - 90 = A
89 - 70 = B and so on using Excel.
  #2   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default electronic gradebook


shug,

Try this,

=IF(A2=90,"A",IF(A270,"B",IF(A269,"C",IF(A250, "D","F"))))


HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=555051

  #3   Report Post  
Posted to microsoft.public.excel.misc
Franz Verga
 
Posts: n/a
Default electronic gradebook

Nel post
*shug* ha scritto:

how do i put in the formula to get a letter grade by using
percentage. for instace 100 - 90 = A
89 - 70 = B and so on using Excel.


You can use VLOOKUP with last parameter set to TRUE. You have to build a
table, in ascending order of values, and then use the VLOOKUP function.
--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #4   Report Post  
Posted to microsoft.public.excel.misc
tim m
 
Posts: n/a
Default electronic gradebook

=IF(A189,"A",IF(A169,"B",IF(A159,"C",IF(A149," D",IF(A1<50,"F",0)))))

You will of course have to change the numbers in the formula for your D and
F etc.

"shug" wrote:

how do i put in the formula to get a letter grade by using percentage. for
instace 100 - 90 = A
89 - 70 = B and so on using Excel.

  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default electronic gradebook

shug

To convert scores to letter grades use a Lookup table and VLOOKUP functions.

OR a Lookup formula without a table

Assuming scores are in column A starting at A1.

In B1 enter this formula then drag/copy down column B

=LOOKUP(A1,{0,31,41,51,61,71,81,91,101},{"E","D"," C-","C","C+","B","B+","A"})

Example only. Adapt for your scores and grades.

Note the curly braces internally.


Gord Dibben MS Excel MVP

On Fri, 23 Jun 2006 09:57:02 -0700, shug wrote:

how do i put in the formula to get a letter grade by using percentage. for
instace 100 - 90 = A
89 - 70 = B and so on using Excel.


Gord Dibben MS Excel MVP
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
How can I set up electronic signatures in Excel? Elect Signature in Excel Excel Worksheet Functions 2 June 20th 06 05:28 PM
Where do I find instructions for Excel Electronic Bookmap? bookmap help Excel Discussion (Misc queries) 0 August 17th 05 11:20 PM
Using Excel as a gradebook with ability to drop lowest grade Teacher Excel Discussion (Misc queries) 3 August 17th 05 11:38 AM
How can I get individual reports from excell gradebook? KaKa Excel Discussion (Misc queries) 1 March 26th 05 03:25 AM
excused assignment in the excel gradebook. lalewis Excel Discussion (Misc queries) 1 January 5th 05 03:29 AM


All times are GMT +1. The time now is 10:10 PM.

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

About Us

"It's about Microsoft Excel"