Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Average of Highest values

I Have 12 months sales history on an item. rather than work out the average
over the 12 months data, I wont to enter a formula that will give me the
average of the 6 highest selling months. Is there a way I can do that? I
have my data set out in rows with calendar month headings across the top.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Average of Highest values


Use a nested formula.

=AVERAGE(MAX(A2:L2),LARGE(A2:L2,2),LARGE(A2:L2,3), LARGE(A2:L2,4),LARGE(A2:L2,5),LARGE(A2:L2,6))

where MAX finds the largest and LARGE finds the kth average like
LARGE(range,k)

Then drag your formula down and you're set!

"Damo" wrote:

I Have 12 months sales history on an item. rather than work out the average
over the 12 months data, I wont to enter a formula that will give me the
average of the 6 highest selling months. Is there a way I can do that? I
have my data set out in rows with calendar month headings across the top.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Average of Highest values

=AVERAGE(LARGE(A2:L2,{1,2,3,4,5,6}))

"Damo" wrote:

I Have 12 months sales history on an item. rather than work out the average
over the 12 months data, I wont to enter a formula that will give me the
average of the 6 highest selling months. Is there a way I can do that? I
have my data set out in rows with calendar month headings across the top.

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
Highest 12-Month Period Average Over Range of Months Mark T. Excel Worksheet Functions 8 January 24th 07 03:55 AM
Average of values in row excluding the highest and lowest value? frosterrj Excel Worksheet Functions 18 November 22nd 06 07:28 PM
average of highest 48 of 52 radom numbers with duplicate low #'s LCB Excel Worksheet Functions 7 May 2nd 06 08:48 PM
I have 12 scores over 12 weeks . I want to average the highest 5 Directioneng Excel Worksheet Functions 1 August 18th 05 11:20 PM
3 highest values Bridge New Users to Excel 2 July 23rd 05 01:13 PM


All times are GMT +1. The time now is 05:01 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"