PC Review


Reply
Thread Tools Rate Thread

How do I average a row of 13 enries using the 8 highest in value.

 
 
jacqhty
Guest
Posts: n/a
 
      12th Jan 2010
Entries in cells
E3 - 27
F3 - 35
G3 - 82
H3 - 15
I3 - 100
J3 - 86
K3 - 50
L3 - 51
M3 - 65
N3 - 19
O3 - 90
P3 - 12
Q3 - 85
I am using Excel 2003. I have a spreadsheet with many rows of information.
For each row I need to take the eight highest entries and find the average.
 
Reply With Quote
 
 
 
 
Per Jessen
Guest
Posts: n/a
 
      12th Jan 2010
Hi

You can use this:

=SUM(LARGE(E3:Q3,{1,2,3,4,5,6,7,8}))/8

Regards,
Per

On 12 Jan., 02:28, jacqhty <jacq...@discussions.microsoft.com> wrote:
> Entries in cells
> E3 - 27
> F3 - 35
> G3 - 82
> H3 - 15
> I3 - 100
> J3 - 86
> K3 - 50
> L3 - 51
> M3 - 65
> N3 - 19
> O3 - 90
> P3 - 12
> Q3 - 85
> I am using Excel 2003. I have a spreadsheet with many rows of information.
> For each row I need to take the eight highest entries and find the average.


 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      12th Jan 2010
Try this...

=AVERAGE(LARGE(E3:Q3,{1,2,3,4,5,6,7,8}))

Note that if there aren't at least 8 numbers in the range you'll get an
error.

--
Biff
Microsoft Excel MVP


"jacqhty" <(E-Mail Removed)> wrote in message
news:AFCD29DD-26C5-4495-B82E-(E-Mail Removed)...
> Entries in cells
> E3 - 27
> F3 - 35
> G3 - 82
> H3 - 15
> I3 - 100
> J3 - 86
> K3 - 50
> L3 - 51
> M3 - 65
> N3 - 19
> O3 - 90
> P3 - 12
> Q3 - 85
> I am using Excel 2003. I have a spreadsheet with many rows of information.
> For each row I need to take the eight highest entries and find the
> average.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Average of Highest values Damo Microsoft Excel Misc 2 22nd Jan 2009 12:35 AM
Highest 50 Day Rolling Average cincyman Microsoft Excel Worksheet Functions 1 24th Sep 2008 10:49 PM
Average of values in row excluding the highest and lowest value? =?Utf-8?B?ZnJvc3RlcnJq?= Microsoft Excel Worksheet Functions 18 22nd Nov 2006 07:28 PM
I have 12 scores over 12 weeks . I want to average the highest 5 =?Utf-8?B?RGlyZWN0aW9uZW5n?= Microsoft Excel Worksheet Functions 1 18th Aug 2005 11:20 PM
Calculate average pay from highest five consecutive years Chris Microsoft Excel Programming 4 20th Nov 2003 12:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:51 AM.