+ Reply to Thread
Results 1 to 3 of 3

Help with formula to get an average of 1st, 3rd, and 5th highest numbers

  1. #1
    Registered User
    Join Date
    02-24-2011
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Smile Help with formula to get an average of 1st, 3rd, and 5th highest numbers

    Hi Guys,

    I've just signed up to this forum in the hope that someone can help me with the problem below.

    Basically, Im a university student and im trying to create a simple workbook to give me my final university degree grade.

    I have a list of 5 modules that im studying in collum B, with 5 grades next to them in collum C. What i would like to know, is how to create a formula that takes an average of the highest grade (1st), 3rd highest, and the lowest (5th). This grades can change at any time so i would like to be able to change them without any for the formula messing up, and for the calculation still to work out the average of these 3 numbers.

    Obviously the easiest way to do this would be to sort the grades from highest to lowest, and then calculate the average of the 1st, 3rd, and 5th cell, but is there a way of doing this without hitting the sort button every time?

    Many Thanks in advance!

    Ryan
    Last edited by ryanwhite24; 02-24-2011 at 10:19 AM. Reason: Solved

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Help with formula to get an average of 1st, 3rd, and 5th highest numbers

    Try:

    =AVERAGE(MIN(B1:B5),MEDIAN(B1:B5),MAX(B1:B5))

    or

    =AVERAGE(LARGE(B1:B5,{1,3,5}))
    Last edited by NBVC; 02-24-2011 at 10:21 AM. Reason: matched ranges in 2 formulas
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-24-2011
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Help with formula to get an average of 1st, 3rd, and 5th highest numbers

    Hi NBVC,

    Your first formula worked! Thank you!!!!!!!!

    Ryan

+ 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