Excel Formula Win/Loss

Lee-AnnR

Member
Joined
May 12, 2015
Messages
11
Reaction score
0
Hi, I need help with a formula that will deliver a win/loss % BUT I have 3 inputs: Win / Lost / Submitted (in adjudication so no feedback on status). Thanks
 
Hi, I need help with a formula that will deliver a win/loss % BUT I have 3 inputs: Win / Lost / Submitted (in adjudication so no feedback on status). Thanks

Could you perhaps explain what you need in more detail ?
 
But if it's a win/loss ratio, the Submitted value wouldn't play a role, correct, since win/loss does not include not-as-yet-determined results?

If so, the formula would be:

= A2 / GCD(A2, B2) & ":" & B2 / GCD(A2, B2)

This is when having A2 as no. of wins, and B2 as number of losses. If you add C2 as Submitted and you want a win/loss/submitted ratio, the formula is:

= A2 / GCD(A2, B2, C2) & ":" & B2 / GCD(A2, B2, C2) & ":" & C2 / GCD(A2, B2, C2)

According to logic, Submitted will not be able to fall under either Win or Loss, as it represents neither - an undefined result, if you like.

Hope this helps.
 
Top
Sign up to the MyBroadband newsletter
X