Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default ASSIGN NUMBER SCORES TO LETTER GRADES

I want to code scores "E" and "S" as passing and "U" as not passing. Scores
are in a table of months arranged horizontally. Suggestions are welcome.

DOUG
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default ASSIGN NUMBER SCORES TO LETTER GRADES

is it you look for?

=if(A1="U","Failed","Passing")


"DOUG ECKERT" wrote:

I want to code scores "E" and "S" as passing and "U" as not passing. Scores
are in a table of months arranged horizontally. Suggestions are welcome.

DOUG

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default ASSIGN NUMBER SCORES TO LETTER GRADES

'Close. But, I want to tell Excel to evaluate a range of cells using that
formula. When I try, I receive an error. Utimately, I need to average all
of the scores in the range, based on the number value assigned to each
letter. I could assign a number value to "E" (Excellent), "S" (Satisfactory)
and "U" (Unsatisfactory). But, it would be better to just say the "E" and
"S" cells were passing scores and the "U" cells were failing scores. Then, I
could count either the passing or failing scores and obtain a percentage of
passing scores - (the goal of the exercise). But, first I must persuade the
formula to work on a horizontal range of cells.

DOUG

"Andri" wrote:

is it you look for?

=if(A1="U","Failed","Passing")


"DOUG ECKERT" wrote:

I want to code scores "E" and "S" as passing and "U" as not passing. Scores
are in a table of months arranged horizontally. Suggestions are welcome.

DOUG

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default ASSIGN NUMBER SCORES TO LETTER GRADES

Andri: Here is what worked. It is so simple. I spun my wheels for too long
on this one.

=COUNTIF(B6:M6,"<U")/((ROWS(B6:M6))*COLUMNS(B6:M6))

Thanks.

DOUG

"DOUG ECKERT" wrote:

'Close. But, I want to tell Excel to evaluate a range of cells using that
formula. When I try, I receive an error. Utimately, I need to average all
of the scores in the range, based on the number value assigned to each
letter. I could assign a number value to "E" (Excellent), "S" (Satisfactory)
and "U" (Unsatisfactory). But, it would be better to just say the "E" and
"S" cells were passing scores and the "U" cells were failing scores. Then, I
could count either the passing or failing scores and obtain a percentage of
passing scores - (the goal of the exercise). But, first I must persuade the
formula to work on a horizontal range of cells.

DOUG

"Andri" wrote:

is it you look for?

=if(A1="U","Failed","Passing")


"DOUG ECKERT" wrote:

I want to code scores "E" and "S" as passing and "U" as not passing. Scores
are in a table of months arranged horizontally. Suggestions are welcome.

DOUG

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35
Default ASSIGN NUMBER SCORES TO LETTER GRADES

On Sep 15, 3:15*pm, DOUG ECKERT
wrote:
Andri: *Here is what worked. *It is so simple. *I spun my wheels for too long
on this one.

=COUNTIF(B6:M6,"<U")/((ROWS(B6:M6))*COLUMNS(B6:M6))

Thanks.

DOUG



"DOUG ECKERT" wrote:
'Close. *But, I want to tell Excel to evaluate a range of cells using that
formula. *When *I try, I receive an error. *Utimately, I need to average all
of the scores in the range, based on the number value assigned to each
letter. *I could assign a number value to "E" (Excellent), "S" (Satisfactory)
and "U" (Unsatisfactory). *But, it would be better to just say the "E" and
"S" cells were passing scores and the "U" cells were failing scores. *Then, I
could count either the passing or failing scores and obtain a percentage of
passing scores - (the goal of the exercise). *But, first I must persuade the
formula to work on a horizontal range of cells.


DOUG


"Andri" wrote:


is it you look for?


=if(A1="U","Failed","Passing")


"DOUG ECKERT" wrote:


I want to code scores "E" and "S" as *passing and "U" as not passing. *Scores
are in a table of months arranged horizontally. *Suggestions are welcome.


DOUG- Hide quoted text -


- Show quoted text -



Can also use somethng like,
=SUM(COUNTIF(B2:M2,{"E","S"}))/COUNTA(B2:M2)


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
Assign a letter to a number and then retrive ppmorise Excel Worksheet Functions 1 December 21st 07 01:05 AM
Assign a number each letter on list compounding occurence @ each e Nat Maxwell Excel Worksheet Functions 4 February 27th 07 09:05 PM
try to convert letter grades into GPA grade points scabbage Excel Worksheet Functions 3 October 22nd 05 05:31 AM
Converting Letter Grades to Numeric Angelo D Excel Worksheet Functions 6 April 25th 05 07:29 PM
How can I assign a number value to a letter grade in Excel? BlackBond Excel Worksheet Functions 3 April 5th 05 10:12 PM


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

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

About Us

"It's about Microsoft Excel"