#1   Report Post  
Posted to microsoft.public.excel.misc
flipflop1970
 
Posts: n/a
Default Formula help


I have poker league and I use excel to keep track of points each week.

There are 20 weeks in the league but I only want to be able to use each
persons top 10 point totals. How woould I go about using a formula
that would only add the ten highest point totals.


--
flipflop1970
------------------------------------------------------------------------
flipflop1970's Profile: http://www.excelforum.com/member.php...o&userid=33463
View this thread: http://www.excelforum.com/showthread...hreadid=532663

  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default Formula help

You could use a RANK( ) formula on the points and then SUMIF( ) looking
at ranks below 11.

Hope this helps.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Formula help

In a helper column, put this and copy down.........

=IF(A1LARGE(A:A,11),A1,"")

Then, sum the helper columnn

or, use this........
=SUM(LARGE(A:A,{1,2,3,4,5,6,7,8,9,10}))

hth
Vaya con Dios,
Chuck, CABGx3



"flipflop1970" wrote:


I have poker league and I use excel to keep track of points each week.

There are 20 weeks in the league but I only want to be able to use each
persons top 10 point totals. How woould I go about using a formula
that would only add the ten highest point totals.


--
flipflop1970
------------------------------------------------------------------------
flipflop1970's Profile: http://www.excelforum.com/member.php...o&userid=33463
View this thread: http://www.excelforum.com/showthread...hreadid=532663


  #4   Report Post  
Posted to microsoft.public.excel.misc
flipflop1970
 
Posts: n/a
Default Formula help


=SUM(LARGE(A:A,{1,2,3,4,5,6,7,8,9,10}))

Thanks this worked great!!!!


--
flipflop1970
------------------------------------------------------------------------
flipflop1970's Profile: http://www.excelforum.com/member.php...o&userid=33463
View this thread: http://www.excelforum.com/showthread...hreadid=532663

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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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