Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jake
 
Posts: n/a
Default Average of Numbers in Top 5

How do I tell excel to look at only the top x numbers in a list of values?
For example, if I have 100 scores and I want Excel to calculate the average
of the top 10 scores, how do I do that?

Thanks
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

=AVERAGE(LARGE($A$1:$A$100,ROW(INDIRECT("1:10"))))

entered with ctrl + shift & enter

regards,

Peo Sjoblom

"Jake" wrote:

How do I tell excel to look at only the top x numbers in a list of values?
For example, if I have 100 scores and I want Excel to calculate the average
of the top 10 scores, how do I do that?

Thanks

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

=AVERAGE(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
How do I tell excel to look at only the top x numbers in a list of values?
For example, if I have 100 scores and I want Excel to calculate the

average
of the top 10 scores, how do I do that?

Thanks



  #4   Report Post  
Jake
 
Posts: n/a
Default

Thanks, now what if I want the number (10 in this case) to be variable based
on a referenced cell?

"Bob Phillips" wrote:

=AVERAGE(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
How do I tell excel to look at only the top x numbers in a list of values?
For example, if I have 100 scores and I want Excel to calculate the

average
of the top 10 scores, how do I do that?

Thanks




  #5   Report Post  
Jake
 
Posts: n/a
Default

Thanks but this doesn't seem to be working for me. Also, I'd like to be able
to vary the number of top scores included based on a referenced cell.

"Peo Sjoblom" wrote:

One way

=AVERAGE(LARGE($A$1:$A$100,ROW(INDIRECT("1:10"))))

entered with ctrl + shift & enter

regards,

Peo Sjoblom

"Jake" wrote:

How do I tell excel to look at only the top x numbers in a list of values?
For example, if I have 100 scores and I want Excel to calculate the average
of the top 10 scores, how do I do that?

Thanks



  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

=AVERAGE(LARGE(A1:A20,ROW(INDIRECT("1:"&B1))))

where B1 is the referenced cell. It also becomes an array formula, so commit
with Ctrl-Shift-Enter, not just Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
Thanks, now what if I want the number (10 in this case) to be variable

based
on a referenced cell?

"Bob Phillips" wrote:

=AVERAGE(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
How do I tell excel to look at only the top x numbers in a list of

values?
For example, if I have 100 scores and I want Excel to calculate the

average
of the top 10 scores, how do I do that?

Thanks






  #7   Report Post  
Jason Morin
 
Posts: n/a
Default

=AVERAGE(LARGE(A1:A100,ROW(INDIRECT("1:"&E1))))

Array-entered, where E1 holds the nth largest value to include in the average.

HTH
Jason
Atlanta, GA

"Jake" wrote:

Thanks, now what if I want the number (10 in this case) to be variable based
on a referenced cell?

"Bob Phillips" wrote:

=AVERAGE(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
How do I tell excel to look at only the top x numbers in a list of values?
For example, if I have 100 scores and I want Excel to calculate the

average
of the top 10 scores, how do I do that?

Thanks




  #8   Report Post  
Jake
 
Posts: n/a
Default

Thanks!

"Bob Phillips" wrote:

=AVERAGE(LARGE(A1:A20,ROW(INDIRECT("1:"&B1))))

where B1 is the referenced cell. It also becomes an array formula, so commit
with Ctrl-Shift-Enter, not just Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
Thanks, now what if I want the number (10 in this case) to be variable

based
on a referenced cell?

"Bob Phillips" wrote:

=AVERAGE(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jake" wrote in message
...
How do I tell excel to look at only the top x numbers in a list of

values?
For example, if I have 100 scores and I want Excel to calculate the
average
of the top 10 scores, how do I do that?

Thanks






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
Average of numbers in column between to other numbers Ditandhischeese Excel Discussion (Misc queries) 2 March 31st 05 03:35 AM
How do I average positive numbers only Susannah Excel Discussion (Misc queries) 2 February 15th 05 01:35 AM
average positive numbers Susannah Excel Discussion (Misc queries) 3 February 11th 05 01:47 AM
Average Non-Contiguous numbers Teri Excel Worksheet Functions 1 January 20th 05 08:33 PM
How do I drop the lowest 2 numbers and then average? nightlynik Excel Worksheet Functions 3 December 6th 04 09:10 PM


All times are GMT +1. The time now is 10:26 PM.

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

About Us

"It's about Microsoft Excel"