I am working on a sheet where players are listed per division. Once scored the goal is to pay out a percentage of the top players in each division. I've gotten as far as determining each players "place" within their division but am stumped as to how to extract to top 33% and allocate the division of payout.
Example:
Division #1 has 10 players competing, payout id to top 33%, Payout = $100 (# players * $10). Paying places: 1, 2 & 3
Division #2 has 3 players competing, payout id to top 33%, Payout = $30 (# players * $10). Paying places: 1 only
Division #3 has 27 players competing, payout id to top 33%, Payout = $270 (# players * $10). Paying places 1, 2 , 3, 4, 5, 6, &7
My sheet has the following columns:
Name - Division - Score - Place within Division - Payout
Any assistance would be appreciated.
Example:
Division #1 has 10 players competing, payout id to top 33%, Payout = $100 (# players * $10). Paying places: 1, 2 & 3
Division #2 has 3 players competing, payout id to top 33%, Payout = $30 (# players * $10). Paying places: 1 only
Division #3 has 27 players competing, payout id to top 33%, Payout = $270 (# players * $10). Paying places 1, 2 , 3, 4, 5, 6, &7
My sheet has the following columns:
Name - Division - Score - Place within Division - Payout
Any assistance would be appreciated.