Forum Discussion
GehrigSA
Aug 07, 2023Copper Contributor
Adding wins/Losses
I'm looking to add up all the wins and losses of games in a cell. The positive scores B4, C4, E4 are all winning game. While D4, F4 are losing games. So, I'm looking for a formula that shows the g...
- Aug 07, 2023
Patrick2788
Aug 07, 2023Silver Contributor
GehrigSA
Aug 07, 2023Copper Contributor
Thanks it worked.
=COUNTIF(B4:F4,{">0"}) in Cell G4
=COUNTIF(B4:F4,{"<0"}) in Cell H4
Thanks