Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How do I assign a letter value to a range of data?

I want to create a column of percentage scores which will be test results for
students. I teh want to convert the percentage scores into grades. For
example, if a pupil scores between 80% and 90% this can be corresponds to
garde A. How can this be done?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I assign a letter value to a range of data?

With column of scores in A enter this in B1 and double-click to copy down.

=LOOKUP(A1,{0,50,60,70,80},{"E","D","C","B","A"})

Adjust for score ranges or more letter grades like C+, B- etc.

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


Gord Dibben MS Excel MVP


On Sat, 16 Sep 2006 08:09:01 -0700, clatters69
wrote:

I want to create a column of percentage scores which will be test results for
students. I teh want to convert the percentage scores into grades. For
example, if a pupil scores between 80% and 90% this can be corresponds to
garde A. How can this be done?


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
Record changing cell data into a column or range Emmie Excel Worksheet Functions 2 December 21st 06 01:23 AM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 08:05 PM
How can you sum the last 5 columns of data from a range of data By-Tor New Users to Excel 5 January 10th 06 05:21 AM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 09:03 AM
data range props Steve M Excel Discussion (Misc queries) 0 April 11th 05 10:32 AM


All times are GMT +1. The time now is 11:15 AM.

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"