Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Using "if" function to translate 100 scale into 4.0 scale

I'm using MS Excel 2003 in Windows XP. I teach at a university in which
final grades must be submitted (today!) and they are on a 4.0 scale. My
students were graded on a 100 point scale. I'd have my grades in Excel and
I'd like to use a function such that if the final grade falls between 95-100
the student gets a 4.0, between 90-94 a 3.7, etc. I know how to use the "if"
function, but that would only allow me for two possible outcomes, whereas, I
need to have a range of outcomes from .7 to 4.0. (The increments are 1.0,
1.3, 1.7, 2.0, etc.) Any suggestions as to how to do this?
Thanks very much,
Bob
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Using "if" function to translate 100 scale into 4.0 scale

put the lowest numeric value for each grade range in a column . in the
column to the right put the next grade

85 3.5
90 3.7
95 4.0

then you can use a VLOOKUP(numeric grade, 2-col range described above, 2) to
convert from 100 scale to 4.0 scale

"Robert McN" wrote:

I'm using MS Excel 2003 in Windows XP. I teach at a university in which
final grades must be submitted (today!) and they are on a 4.0 scale. My
students were graded on a 100 point scale. I'd have my grades in Excel and
I'd like to use a function such that if the final grade falls between 95-100
the student gets a 4.0, between 90-94 a 3.7, etc. I know how to use the "if"
function, but that would only allow me for two possible outcomes, whereas, I
need to have a range of outcomes from .7 to 4.0. (The increments are 1.0,
1.3, 1.7, 2.0, etc.) Any suggestions as to how to do this?
Thanks very much,
Bob

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Using "if" function to translate 100 scale into 4.0 scale

You say your lowest grade is 0.7.

Does that mean that a "no show", or zero score still returns a 0.7 grade?

If so, try this formula:

=LOOKUP(A1,{0,50,55,60,65,70,75,80,85,90,95;0.7,1, 1.3,1.7,2,2.3,2.7,3,3.3,3.
7,4})

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Robert McN" wrote in message
...
I'm using MS Excel 2003 in Windows XP. I teach at a university in which
final grades must be submitted (today!) and they are on a 4.0 scale. My
students were graded on a 100 point scale. I'd have my grades in Excel

and
I'd like to use a function such that if the final grade falls between

95-100
the student gets a 4.0, between 90-94 a 3.7, etc. I know how to use the

"if"
function, but that would only allow me for two possible outcomes, whereas,

I
need to have a range of outcomes from .7 to 4.0. (The increments are 1.0,
1.3, 1.7, 2.0, etc.) Any suggestions as to how to do this?
Thanks very much,
Bob


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
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
Auto Scale X axis doesn't work with "" values in cell SteveC Charts and Charting in Excel 3 February 15th 07 10:34 PM
"translate" numbers into words MivPiv Excel Discussion (Misc queries) 3 June 10th 06 01:12 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
"X" Axis with different scale maperalia Charts and Charting in Excel 0 January 18th 06 07:28 PM


All times are GMT +1. The time now is 12:38 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"