+ Reply to Thread
Results 1 to 3 of 3

Dropping the lowest score from a gradebook

  1. #1
    Stockeyd
    Guest

    Dropping the lowest score from a gradebook

    I have a gradebook that I am working on and would like to write a formula
    that will drop the lowest score from a column. Does anyone have any
    suggestions?

  2. #2
    Bob Phillips
    Guest

    Re: Dropping the lowest score from a gradebook

    =sum(A:A)-MIN(A:A)

    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "Stockeyd" <[email protected]> wrote in message
    news:[email protected]...
    > I have a gradebook that I am working on and would like to write a formula
    > that will drop the lowest score from a column. Does anyone have any
    > suggestions?




  3. #3
    ampozdol
    Guest

    Re: Dropping the lowest score from a gradebook

    If you're looking to find the average grade amongst many, then Bob was
    correct, but you'll want to add:

    =(SUM(A#:A#)-MINA(A#:A#))/(COUNT(A#:A#)-1)

    where # = the row numbers in the array. Otherwise you'll just have a total
    sum of the points.

    You can format the cells to limit the amount of remaining decimals places as
    well if you like.

    Aaron

    "Bob Phillips" wrote:

    > =sum(A:A)-MIN(A:A)
    >
    > --
    >
    > HTH
    >
    > Bob Phillips
    >
    > (replace xxxx in the email address with gmail if mailing direct)
    >
    > "Stockeyd" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a gradebook that I am working on and would like to write a formula
    > > that will drop the lowest score from a column. Does anyone have any
    > > suggestions?

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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