+ Reply to Thread
Results 1 to 4 of 4

average without the six largest and smallest numbers

  1. #1
    Registered User
    Join Date
    07-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    98

    average without the six largest and smallest numbers

    Hi all,

    I have a range of values along row 37 from column K to KU. I would like to find the average without using the 6 largest and 6 smallest values.

    I hope you can help me out.

    Thanks in advance.

    I am looking forward to hearingf rom you.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: average without the six largest and smallest numbers

    hi Mengo85, something like:
    =AVERAGEIFS(K37:KU37,K37:KU37,">"&SMALL(K37:KU37,6),K37:KU37,"<"&LARGE(K37:KU37,6))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    07-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    98

    Re: average without the six largest and smallest numbers

    super, danke!

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: average without the six largest and smallest numbers

    Note that you may exclude fewer than 6 smallest/largest values if you use AVERAGEIFS like that (if there are duplicate numbers around the cut-off points). It may be simpler to use TRIMMEAN which explicitly averages wihout the largest/smallest values, i.e.

    =TRIMMEAN(K37:KU37,12/COUNT(K37:KU37))
    Audere est facere

+ 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