Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default How to find average for grading?

I have grades that (link from diferrent worksheets)
e.g.

A1: C
A2: A
A3: D
A4: #DIV/0! (because no input at that particular worksheet)
A5: #DIV/0! (because no input at that particular worksheet)

Formula I used as below:

ARRAY FORMULA*
A6: =AVERAGE(IF(A1:A50,A1:A5))


the return answer is #div/0!

how to modify this formula to cater for grades.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How to find average for grading?

Do you want the average *letter* grade? What are the possible letter grades?
What average would you expect from C, A, D ? What average would you expect
from A, B ?

Biff

"Param" wrote in message
...
I have grades that (link from diferrent worksheets)
e.g.

A1: C
A2: A
A3: D
A4: #DIV/0! (because no input at that particular worksheet)
A5: #DIV/0! (because no input at that particular worksheet)

Formula I used as below:

ARRAY FORMULA*
A6: =AVERAGE(IF(A1:A50,A1:A5))


the return answer is #div/0!

how to modify this formula to cater for grades.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default How to find average for grading?

Somewher you would have to assign numeric values to the grades in a table,
for example

cole Colf
A 10
B 9 etc

=AVERAGE(VLOOKUP(A1,E18:F19,2,FALSE),VLOOKUP(A2,E1 8:F19,2,FALSE))

With the grades in column A, a formula like the above would check for the
numeric value for each grade letter and return the average.

On the other hand if you simply want to average the characters and return a
character then try


=CHAR(AVERAGE(CODE(A19),CODE(A20)))

the would return the average of 2 grades in A19 & a20 but note that the
average of a and A gives a different answer to the average of A and A.


Mike


and then look

"Param" wrote:

I have grades that (link from diferrent worksheets)
e.g.

A1: C
A2: A
A3: D
A4: #DIV/0! (because no input at that particular worksheet)
A5: #DIV/0! (because no input at that particular worksheet)

Formula I used as below:

ARRAY FORMULA*
A6: =AVERAGE(IF(A1:A50,A1:A5))


the return answer is #div/0!

how to modify this formula to cater for grades.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default How to find average for grading?

Try this

=LOOKUP(AVERAGE(IF(NOT(ISERROR(A1:A5)),LOOKUP(A1:A 5,{"A","B","C","D","E"},{1,2,3,4,5}))),{1,2,3,4,5} ,{"A","B","C","D","E"})

It may or may not be right, depending upon the formula that generates the
original grade, it would be better to go back to that formula.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Param" wrote in message
...
I have grades that (link from diferrent worksheets)
e.g.

A1: C
A2: A
A3: D
A4: #DIV/0! (because no input at that particular worksheet)
A5: #DIV/0! (because no input at that particular worksheet)

Formula I used as below:

ARRAY FORMULA*
A6: =AVERAGE(IF(A1:A50,A1:A5))


the return answer is #div/0!

how to modify this formula to cater for grades.



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
Exam Marksheet - Grading Zainuddin Zakaria Excel Discussion (Misc queries) 1 September 24th 06 06:33 PM
How to find avg, min & max for grading subject Param Excel Worksheet Functions 2 March 17th 06 08:04 PM
how to write a class row for grading Class ruster Excel Worksheet Functions 1 January 22nd 06 08:57 PM
Grading Function Question... spooker4u Excel Worksheet Functions 2 November 2nd 04 01:45 PM
Grading Function Question... spooker4u Excel Worksheet Functions 1 November 1st 04 02:49 PM


All times are GMT +1. The time now is 12:24 AM.

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"