We are trying to calculate our win percentage by using a formula that calculated values from two different checkbox columns. #won/#lost+#won.
We have tried several formulas but have come up empty.
The following formula worked but it did not calculate the correct percentage and we would rather calculate the percentage by checkbox columns instead of date columns.
=COUNT(([Date Lost]:[Date Lost]) + COUNT([Date Won]:[Date Won])) / COUNT([Date Won]:[Date Won])