Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Top 10 values for each value in column X

I need to pull out the top 10 vales for each CompaNy in the following
example. It would be a combination of subtotal and filter top 10. Any ideas?

Thanks so much for your help!!

COMPANY $
ADAMS CORP. 8,035
ADAMS CORP. 5,663
ADAMS CORP. 1,431
ADAMS CORP. 1,117
ADAMS CORP. 1,016
ADAMS CORP. 973
ADAMS CORP. 900
ADAMS CORP. 842
ADAMS CORP. 761
ADAMS CORP. 699
ADAMS CORP 2134
AMERICAN COMPANY 12,344
AMERICAN COMPANY 2,229
AMERICAN COMPANY 1,842
AMERICAN COMPANY 1,492
AMERICAN COMPANY 1,305
AMERICAN COMPANY 1,266
AMERICAN COMPANY 1,223



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 176
Default Top 10 values for each value in column X

Change ADAMS CORP. to the company you want the top 10 values for. Commit
this formula with CTRL+SHIFT+ENTER as it is an array formula.

=LARGE(IF(A1:A20="ADAMS CORP.",B1:B20,""),{1,2,3,4,5,6,7,8,9,10})


--
Regards,
Dave


"Cecilia" wrote:

I need to pull out the top 10 vales for each CompaNy in the following
example. It would be a combination of subtotal and filter top 10. Any ideas?

Thanks so much for your help!!

COMPANY $
ADAMS CORP. 8,035
ADAMS CORP. 5,663
ADAMS CORP. 1,431
ADAMS CORP. 1,117
ADAMS CORP. 1,016
ADAMS CORP. 973
ADAMS CORP. 900
ADAMS CORP. 842
ADAMS CORP. 761
ADAMS CORP. 699
ADAMS CORP 2134
AMERICAN COMPANY 12,344
AMERICAN COMPANY 2,229
AMERICAN COMPANY 1,842
AMERICAN COMPANY 1,492
AMERICAN COMPANY 1,305
AMERICAN COMPANY 1,266
AMERICAN COMPANY 1,223



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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
How sum values in column B using values in column A as the conditi oldgrayelf Excel Worksheet Functions 5 February 4th 05 09:03 PM


All times are GMT +1. The time now is 07:04 AM.

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"