Formula to extract SCORES over 100 from each location of an individual Player (DARTS)

Bruce54

New Member
Joined
Aug 2, 2017
Messages
15
This may very well be just too big, but here goes ...

I've been handed a DARTS SCORE Sheet for a full LEAGUE
The owners want to record each time all players score over 99 (>=100)

The problem is multipartite:

  • There are 6 players on the Team
  • Each player can play in up to 3 "games" (TEAMS, DOUBLES, SINGLES) a night
  • The required scores are from 100 - 180 (80 scores)
  • The scores above 99 need to be listed against the relevant player and indicate any multiple hits:
    • Chris: 100 x 3, 101 x 1, 125 x 6 ...
    • Greg: 120 x 1, 180 x 2 ...
    • Laura: ...
    • Brian: ...
I'm guessing this will require multiple array formulae, of which I am only partially familiar.
There is probably far more to this problem than that, but it should indicate a direction.

Example 1.
ChrisGregLauraBrian
4012068102
1259910266
18014475110

<tbody>
</tbody>

to further complicate the problem, this "game" has 4 players, taking turns whereas
in the next "game" (Doubles) they play up to 3 times (best of 3 legs)
this also occurs in the SINGLES game where each individual player has 3 legs to negotiate.

I identified 12 ranges that need to be "handled"
  • TEAMS1, TEAMS2, TEAMS3 & TEAMS4
  • DOUBLES1 - 4 (Even though there are 3 legs, the whole 3 can be treated as a range belonging to that player)
  • SINGLES1 - 4 (as Above)
I'd like to thank you for at least reading this. Needless to say, any help, or even a direction, would be beneficial

Yours

in anticipation

Bruce54
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,214,920
Messages
6,122,272
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top