Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Attempt at solving a Matrix Problem?
 
Posts: n/a
Default I want to calculate the average of best 5 out of 7 numbers?

How can I calculate the average of 5 best out of 7.. or best 10 out of 15..
For example if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I only
want it to take the average of the best 7.. I really appreciate your help..
Thank you!

Eyad
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I only
want it to take the average of the best 7..


What do you consider to be the best 7?

Biff

"Attempt at solving a Matrix Problem?"
oft.com wrote in message
...
How can I calculate the average of 5 best out of 7.. or best 10 out of
15..
For example if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I
only
want it to take the average of the best 7.. I really appreciate your
help..
Thank you!

Eyad



  #3   Report Post  
TheRobsterUK
 
Posts: n/a
Default


You could use the LARGE worksheet function and program in as many
formulas as numbers that you want to assess, then take the average of
the numbers that this gives you.

This wouldn't be very efficient though, you really need an array
formula and I aren't all that good at making them!


--
TheRobsterUK


------------------------------------------------------------------------
TheRobsterUK's Profile: http://www.excelforum.com/member.php...fo&userid=9924
View this thread: http://www.excelforum.com/showthread...hreadid=471491

  #4   Report Post  
Attempt at solving a Matrix Problem?
 
Posts: n/a
Default

Hello,

Oh Sorry, The best out of 7 could be the highest 7 numbers.. or even the
lowest 7 numbers.. either way..
Thank you

Eyad

"Biff" wrote:

Hi!

if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I only
want it to take the average of the best 7..


What do you consider to be the best 7?

Biff

"Attempt at solving a Matrix Problem?"
oft.com wrote in message
...
How can I calculate the average of 5 best out of 7.. or best 10 out of
15..
For example if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I
only
want it to take the average of the best 7.. I really appreciate your
help..
Thank you!

Eyad




  #5   Report Post  
xlmaven
 
Posts: n/a
Default

Here is a solution based upon a suggestion in John Walkenbach's Excel
2003 Formulas. Enter the following array formula in a single cell:
=AVERAGE(LARGE(ColumnRange,ROW(INDIRECT("1:3"))))

Here ColumnRange is the given range of numbers. In this example, the
average of the largest 3 is computed.

George Monahan




  #6   Report Post  
Attempt at solving a Matrix Problem?
 
Posts: n/a
Default

I attempted it, but this only takes the largest out of them all.. I put the
numbers in Rows also..

Eyad

"xlmaven" wrote:

Here is a solution based upon a suggestion in John Walkenbach's Excel
2003 Formulas. Enter the following array formula in a single cell:
=AVERAGE(LARGE(ColumnRange,ROW(INDIRECT("1:3"))))

Here ColumnRange is the given range of numbers. In this example, the
average of the largest 3 is computed.

George Monahan



  #7   Report Post  
Sloth
 
Posts: n/a
Default

Average of top 7 out of 10 (located in A1:A10)
=AVERAGE(LARGE(A1:A10,{1,2,3,4,5,6,7}))

Average of top 10 out of 15 (located in A1:A15)
=AVERAGE(LARGE(A1:A15,{1,2,3,4,5,6,7,8,9,10}))

Average of bottom 7 out of 15 (located in A1:A10)
=AVERAGE(SMALL(A1:A10,{1,2,3,4,5,6,7}))

Average of bottom 10 out of 15 (located in A1:A15)
=AVERAGE(SMALL(A1:A15,{1,2,3,4,5,6,7,8,9,10}))

"Attempt at solving a Matrix Problem?" wrote:

How can I calculate the average of 5 best out of 7.. or best 10 out of 15..
For example if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I only
want it to take the average of the best 7.. I really appreciate your help..
Thank you!

Eyad

  #8   Report Post  
Attempt at solving a Matrix Problem?
 
Posts: n/a
Default

I appreciate it very much, Thank you All for your help.. visit me at my
website http://emarzuq.4t.com.. Thanks again

Eyad

"Sloth" wrote:

Average of top 7 out of 10 (located in A1:A10)
=AVERAGE(LARGE(A1:A10,{1,2,3,4,5,6,7}))

Average of top 10 out of 15 (located in A1:A15)
=AVERAGE(LARGE(A1:A15,{1,2,3,4,5,6,7,8,9,10}))

Average of bottom 7 out of 15 (located in A1:A10)
=AVERAGE(SMALL(A1:A10,{1,2,3,4,5,6,7}))

Average of bottom 10 out of 15 (located in A1:A15)
=AVERAGE(SMALL(A1:A15,{1,2,3,4,5,6,7,8,9,10}))

"Attempt at solving a Matrix Problem?" wrote:

How can I calculate the average of 5 best out of 7.. or best 10 out of 15..
For example if I have 10 different numbers. 10,7,9,8,5,6,7,5,6,7 but I only
want it to take the average of the best 7.. I really appreciate your help..
Thank you!

Eyad

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculate average in percentage coloumn with #DIV/! (ignore error neelsels SA Excel Discussion (Misc queries) 2 September 6th 05 02:10 PM
Using a pivot to calculate an average w/o 0's dylankrapf Excel Discussion (Misc queries) 0 August 8th 05 10:25 PM
calculate monthly average percentage of change vikgarden Excel Worksheet Functions 2 April 15th 05 07:38 PM
calculate average hours and minutes llstephens Excel Worksheet Functions 4 November 30th 04 03:47 PM
calculate average hours worked llstephens Excel Worksheet Functions 1 November 24th 04 02:37 PM


All times are GMT +1. The time now is 09:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"