+ Reply to Thread
Results 1 to 4 of 4

Calculating average

  1. #1
    Registered User
    Join Date
    04-23-2007
    Posts
    2

    Calculating average

    I have 20 input values and i only want to calculate the average of the 10 lowest numbers. the values range from cells b3:u3.

    Thanks

    Kennyg350

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Try this array and let me know if it works:

    =AVERAGE(IF(B3:U3<=SMALL(B3:U3,10),B3:U3))

    Note: This is an array formula. Confirm with CTRL+SHIFT+ENTER, not just ENTER

  3. #3
    Registered User
    Join Date
    04-23-2007
    Posts
    2
    Worked Perfect Thank You Very Much!!!

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Glad I could help.

+ 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