Closed Thread
Results 1 to 2 of 2

calculating average on bottom 50% of data

  1. #1
    steele57
    Guest

    calculating average on bottom 50% of data

    Here's the problem. I am trying to find a solution to the following problem.
    I need to make a spreadsheet based on a sample of the following info.

    Name
    Norm 80 70 75 90 95 96 98 92 85 70
    Jon 100 102 104 106 98 95 112 95 98 97

    With this data, I need a formula to calculate the average of the lowest 5
    scores (out of 10 total). I need cell refrences. Thanks in advance.

  2. #2
    Bob Phillips
    Guest

    Re: calculating average on bottom 50% of data

    Try this

    =AVERAGE(SMALL(B2:N2,ROW(1:5)))

    which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    just Enter.

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "steele57" <u18836@uwe> wrote in message news:5c09b9532497e@uwe...
    > Here's the problem. I am trying to find a solution to the following

    problem.
    > I need to make a spreadsheet based on a sample of the following info.
    >
    > Name
    > Norm 80 70 75 90 95 96 98 92 85 70
    > Jon 100 102 104 106 98 95 112 95 98 97
    >
    > With this data, I need a formula to calculate the average of the lowest 5
    > scores (out of 10 total). I need cell refrences. Thanks in advance.




Closed 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