ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   need formula advice (https://www.excelbanter.com/excel-worksheet-functions/84719-need-formula-advice.html)

CdnMichael

need formula advice
 
I need to create a formula to substitute a letter result for a range of
numerals. That is I want to represent a letter grade for a range of
percentage results. Any tips?

Gord Dibben

need formula advice
 
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 Sun, 23 Apr 2006 16:09:01 -0700, CdnMichael
wrote:

I need to create a formula to substitute a letter result for a range of
numerals. That is I want to represent a letter grade for a range of
percentage results. Any tips?


Gord Dibben MS Excel MVP


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com