I am trying to automate a badminton league match scoresheet. I can use a SUM to calculate the total points scored, and SUMPRODUCT to work out total games won, but I then need to count up the number of 'best of threes' won.
eg:
First set may look like this:
21 - 19
10 - 21
21 - 19
Second set:
10 - 21
12 - 21
Third set:
23 - 25
21 - 18
20 - 22
The first figure would the be home side, second the away, and each is in their own cell. This should give the result of 1 rubber (best-of-3's) won for the home side, 2 rubbers for the away. Just in case there is confusion, matches are scored to 21, unless they reach 20-20, when they play to 2 clear points, so I can't just use >20 in any criteria.
My formula for totalling games is =SUMPRODUCT((Range1>20)*(Range1>Range2))
Cheers
Ben C
eg:
First set may look like this:
21 - 19
10 - 21
21 - 19
Second set:
10 - 21
12 - 21
Third set:
23 - 25
21 - 18
20 - 22
The first figure would the be home side, second the away, and each is in their own cell. This should give the result of 1 rubber (best-of-3's) won for the home side, 2 rubbers for the away. Just in case there is confusion, matches are scored to 21, unless they reach 20-20, when they play to 2 clear points, so I can't just use >20 in any criteria.
My formula for totalling games is =SUMPRODUCT((Range1>20)*(Range1>Range2))
Cheers
Ben C