#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formula Help

I am trying to convert a number within a range to a grade and I would be
grateful for some help as I'm not sure what formula to use:

<50 = U
50-59 = D
60-69 = C
70-79 = B
80-89 = A
90-100 = A*

Many thanks,

Cheryl
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Formula Help

=IF(A2<50,"U",IF(A2<=59,"D",IF(A2<=69,"C",IF(A2<=7 9,"B",IF(A2<=89,"A","A*")))))

Regards,
Stefi


€˛CherylR€¯ ezt Ć*rta:

I am trying to convert a number within a range to a grade and I would be
grateful for some help as I'm not sure what formula to use:

<50 = U
50-59 = D
60-69 = C
70-79 = B
80-89 = A
90-100 = A*

Many thanks,

Cheryl

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formula Help

Thanks Stefi, that worked perfectly,

Cheryl

"Stefi" wrote:

=IF(A2<50,"U",IF(A2<=59,"D",IF(A2<=69,"C",IF(A2<=7 9,"B",IF(A2<=89,"A","A*")))))

Regards,
Stefi


€˛CherylR€¯ ezt Ć*rta:

I am trying to convert a number within a range to a grade and I would be
grateful for some help as I'm not sure what formula to use:

<50 = U
50-59 = D
60-69 = C
70-79 = B
80-89 = A
90-100 = A*

Many thanks,

Cheryl

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Formula Help

You are welcome! Thanks for the feedback!
Stefi

€˛CherylR€¯ ezt Ć*rta:

Thanks Stefi, that worked perfectly,

Cheryl

"Stefi" wrote:

=IF(A2<50,"U",IF(A2<=59,"D",IF(A2<=69,"C",IF(A2<=7 9,"B",IF(A2<=89,"A","A*")))))

Regards,
Stefi


€˛CherylR€¯ ezt Ć*rta:

I am trying to convert a number within a range to a grade and I would be
grateful for some help as I'm not sure what formula to use:

<50 = U
50-59 = D
60-69 = C
70-79 = B
80-89 = A
90-100 = A*

Many thanks,

Cheryl

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Formula Help

Hi,

Here's another way:

=LOOKUP(A2,{0,50,60,70,80,90},{"U","D","C","B","A" ,"A*"})

Regards!
Jean-Guy

"CherylR" wrote:

I am trying to convert a number within a range to a grade and I would be
grateful for some help as I'm not sure what formula to use:

<50 = U
50-59 = D
60-69 = C
70-79 = B
80-89 = A
90-100 = A*

Many thanks,

Cheryl

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



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