Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Formulas

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Marie - 10 Oct 2006 00:05 GMT
I'm a teacher and I'm trying to use exel to do grades. How do I find the
total for a row of grades and then find the average against total points
possible? HELP!
Paul B - 10 Oct 2006 00:13 GMT
Marie, is this what you need?
=SUM(A1:I1)
=AVERAGE(A1:I1)

Signature

Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

> I'm a teacher and I'm trying to use exel to do grades. How do I find the
> total for a row of grades and then find the average against total points
> possible? HELP!
joeu2004@hotmail.com - 10 Oct 2006 00:28 GMT
> I'm a teacher and I'm trying to use exel to do grades. How do I find the
> total for a row of grades

That depends on the form of grades.  If they are numeric points, the
answer is simple.  If the grades are in the cell range A2:J2, then
enter:

=sum(A2:J2)

If you have letter grades, you will need to convert each letter grade
to whatever point system you might have; and perhaps you will have to
convert the sum or the average back to a letter grade, if that is your
intent.  Since that is much more involved, before overwhelming you with
potentially irrelevant information, please indicate your interest in
this solution.

> and then find the average against total points possible?

Do you mean "find the average of the row of grades", or do you perhaps
mean "find the percentage of the total possible points"?

If you mean the former, enter:

=average(A2:J2)

If you mean the latter, as I suspect, if the total possible points is
in A1, then enter:

=sum(A2:J2) / A1

You might want to format that as Percentage with 1 or 2 decimal places.
To do so, click on Format > Cells > Number and select Percentage.

HTH
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.