Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Summation of 25 highest values out of total data of 35

Hi,

I have a data of 35 values and I want to consider only top 25 values.

Data is spread as 35 agents and their scores across 3 months (in
Pivot) so cannot use Sort function each and Every time.

Please help.

Manoj.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,045
Default Summation of 25 highest values out of total data of 35

On Tue, 1 Mar 2011 23:52:43 -0800 (PST), Manoj Shedbalkar wrote:

Hi,

I have a data of 35 values and I want to consider only top 25 values.

Data is spread as 35 agents and their scores across 3 months (in
Pivot) so cannot use Sort function each and Every time.

Please help.

Manoj.


How best to do this depends on information you have not yet shared with us, such as your data layout, and Excel version.

For example, if your values are in column A, and your dates in column B, and you want to find the average of the top 25 for the fourth quarter of 2010, and your Excel version is 2007 or later, you could use:

=AVERAGEIFS(A:A,A:A,"="&LARGE(A:A,25),B:B,"=" & DATE(2010,9,1),B:B,"<="&DATE(2010,12,31))

Formulas also exist for earlier versions and this could be modified to include different ranges or criteria.
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 total of any three consecutive numbers in a range. [email protected] Excel Worksheet Functions 13 April 3rd 23 07:01 PM
HOW TO TOTAL THE THREE HIGHEST AMOUNTS IN A ROW Shane Excel Discussion (Misc queries) 2 January 21st 09 06:51 PM
Total the highest 5 of 8 amounts. TheDrip New Users to Excel 2 April 26th 07 12:32 PM
Sorting names and numbers in order with the highest total Red Shoes Excel Worksheet Functions 1 June 23rd 06 09:23 AM
Highlighting Highest Total Edward O'Brien Excel Discussion (Misc queries) 16 May 27th 05 05:17 PM


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