+ Reply to Thread
Results 1 to 6 of 6

function for hightest 25 numbers

  1. #1
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    function for hightest 25 numbers

    I have been asked to create a grade book for one of my classes at school with my current grades..
    One of the sheets in the workbook titled "lesson exams" has 31 grades in it. The instructor has
    asked us to use a formula in the total column to sum up the highest 25 grades, thus dropping the lowest
    6 grades.. I have no idea what function to use.. any help would be greatly appreciated!!

    Thanks

    Ben

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: function for hightest 25 numbers

    Try this array formula

    Please Login or Register  to view this content.
    where Column C contains your grades
    Confirm with Ctrl+Shift+Enter and not just Enter

    or this normal formula
    Please Login or Register  to view this content.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: function for hightest 25 numbers

    Or

    =SUM(A1:A31) - SUM(SMALL(A1:A31, {1,2,3,4,5,6}))
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: function for hightest 25 numbers

    The grades are actually in the second row starting in column D going through AH, could either of you tell
    me how the formula would be written since they are in a row?? Thanks!!!

  5. #5
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: function for hightest 25 numbers

    This formula worked, never mind that last reply! thanks a lot!!!

  6. #6
    Registered User
    Join Date
    03-01-2013
    Location
    Corinth, Mississippi
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: function for hightest 25 numbers

    One more question...Sorry!

    This workbook has 6 sheets in it. sheets 1-5 have total columns at the end, on the sixth sheet there is a grand total column
    where we have to sum all the total columns from the prior sheets.

    How would I write this formula??

    Thanks again!!

+ 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