PC Review


Reply
Thread Tools Rate Thread

Assign points based on two conditions

 
 
Anthony
Guest
Posts: n/a
 
      16th Mar 2011
I have checked the group's old posts and can not find a suitable
solution to the following problem. I am working on a spreadsheet for
a golf league wherein we play at a different course each week over the
summer. I wish to assign points to the players each week based on
order of finish determined using the RANK function and the number of
participants. For example, in week one, ten golfers played the
course. The person with the lowest score would get 100 points, second
lowest would get 90 points, etc. In week two, only six golfers played
the course. The person with the lowest score would get 60 points,
second would get 50 points, etc. Worksheet is formatted with player
names in cells A18:A30. Their finishes on each course are in cells
D1830 through Q18:Q30. If a player did not play a course, DNP is
listed in the cell otherwise it shows what place they finished.
Thanks so much.
 
Reply With Quote
 
 
 
 
joeu2004
Guest
Posts: n/a
 
      16th Mar 2011
On Mar 16, 7:57*am, Anthony <aksaund...@affiniongroup.com> wrote:
> For example, in week one, ten golfers played the
> course. *The person with the lowest score would get
> 100 points, second lowest would get 90 points, etc.
> In week two, only six golfers played the course. *The
> person with the lowest score would get 60 points, second
> would get 50 points, etc. *Worksheet is formatted with
> player names in cells A18:A30. *Their finishes on each
> course are in cells D1830 through Q18:Q30. *If a player
> did not play a course, DNP is listed in the cell otherwise
> it shows what place they finished.


Suppose you want the points for column Q in R18:R30. Put the
following into R18 and copy down:

=IF(ISNUMBER(Q18),RANK(Q18,$Q$18:$Q$30)*10),"")

Substitute 0 for "" (null string) if you that is what you want for
"DNP" players.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mutiple conditions formula to assign segmentations and coverage Tan Microsoft Excel Worksheet Functions 0 21st Nov 2009 05:32 AM
shade cells based on conditions - i have more than 3 conditions =?Utf-8?B?TW8y?= Microsoft Excel Worksheet Functions 3 30th Mar 2007 07:19 AM
Counting based upon 2 conditions that are text based walkerdayle Microsoft Excel Misc 7 22nd Aug 2006 01:29 AM
Sum based on conditions =?Utf-8?B?SGFrb2ppbg==?= Microsoft Excel Misc 4 23rd May 2006 06:01 AM
Need to sum based on conditions Gina Microsoft Access Getting Started 3 8th Sep 2003 06:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:51 PM.