79116709

Date: 2024-10-23 07:00:16
Score: 1
Natty:
Report link

Another alternative is using the QUERY function;

=ARRAYFORMULA(QUERY({A2:B, COUNTIF(A2:A,A2:A),COUNTIFS(B2:B,"Win",A2:A,A2:A)},"Select Col1, Sum(Col4)/Sum(Col3) Where Col1 Is Not Null Group By Col1  Label Sum(Col4)/Sum(Col3) '' FORMAT Sum(Col4)/Sum(Col3) '0.00%'"))

.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Haluk