Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Goody
 
Posts: n/a
Default Points behind next rank in a fantasy league

Here I go again! I run a fantasy racing league. I have a formula that
calculates points behind the first place player. How do I create a formula
to show points behind the next player? Here's my formula for the points
behind the leader:
=MAX(AR14,AR25,AR36,AR46,AR56,AR69,AR79,AR89,AR99)-AR14
I also show a player's rank, can (or would) that work to help calculate
this? Here's the rank formula: =RANK(AR14,AR4:AR109)
Thanks in advance!

  #2   Report Post  
Roland
 
Posts: n/a
Default

I'll make a couple of suggestions.

Start by pulling your subtotals into a new column. It appears from your
formula that you have them in column AR beneath data, likely grouped by
league participant.

With subtotals in a new column, such as column AS, then you can easily use
the LARGE worksheet function in a manner such as LARGE(AS:AS,1) -
LARGE(AS:AS,2) to get your point separation.

You could use the RANK function which you have already mentioned on column
AS to generate the rank figures for the subtotals in column AS. For example,
perhaps cell AT49 could read RANK(AS49,AS:AS,1). These rank values could
then be used in lieu of the 1 and the 2 in the LARGE functions above.


"Goody" wrote:

Here I go again! I run a fantasy racing league. I have a formula that
calculates points behind the first place player. How do I create a formula
to show points behind the next player? Here's my formula for the points
behind the leader:
=MAX(AR14,AR25,AR36,AR46,AR56,AR69,AR79,AR89,AR99)-AR14
I also show a player's rank, can (or would) that work to help calculate
this? Here's the rank formula: =RANK(AR14,AR4:AR109)
Thanks in advance!

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
RANK Function Modified? Don Excel Worksheet Functions 12 March 2nd 05 09:05 PM
Rank fx - Fill Down? Steve B Excel Worksheet Functions 1 February 23rd 05 08:28 PM
How to use RANK to break multiple ties. Brian Excel Worksheet Functions 1 February 3rd 05 05:27 PM
space between y axis and data points.. Dave R. Charts and Charting in Excel 3 January 8th 05 04:56 AM
Newbie to charts question - projecting values between data points 38N90W Excel Discussion (Misc queries) 3 January 6th 05 05:15 AM


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