+ Reply to Thread
Results 1 to 3 of 3

Help With Gradebook and #DIV/0 error

  1. #1
    Registered User
    Join Date
    02-01-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Help With Gradebook and #DIV/0 error

    I am setting up gradebooks for a pilot for my department in my school and I need to find a way to use my gradebook without having #DIV/0 errors all over it. They go away when enough data is present but students want to know their grades the whole time. In every category that I have an average or a mode for they show up. I really need a way to fix this. I included a googledoc version to get help if possible. I would really appreciate any help I can get. Everything would work perfect if I could fix that. If you can either post something here that a relative novice could interpret or edit the googledoc so I can use those changes I would REALLY appreciate it.



    https://docs.google.com/spreadsheet/...1E&usp=sharing

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Help With Gradebook and #DIV/0 error

    With Excel 2010 you can hide errors using the IFERROR function like so:

    To display a blank cell:
    =IFERROR(SUM(B5:B35)/COUNTIF(B5:B35,">0"),"")

    To display a 0:
    =IFERROR(SUM(B5:B35)/COUNTIF(B5:B35,">0"),0)

    You can also use AVERAGEIF, instead of SUM/COUNTIF:
    =IFERROR(AVERAGEIF(B5:B35,">0"),"")
    =IFERROR(AVERAGEIF(B5:B35,">0"),0)

    - Moo

  3. #3
    Registered User
    Join Date
    02-01-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Help With Gradebook and #DIV/0 error

    Thank you SO much. That helped more than you know. I don't suppose you know how to fix my last problem so that I don't have to make a seperate thread for this. I have a wieghted average from a chart on another sheet. How could I make the following function on that only counts if the cells aren't blank? I am assuming it would be a sumif or countif but I am not sure how to do it.

    =IFERROR(SUM(K6)*Settings!$G$5+SUM(P6)*Settings!$G$6+SUM(X6)*Settings!$G$7,"")

    Again, thanks a lot

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1