Hi, I have this formula that works fine, in this case produces an answer of 55
=COUNTIFS(ALL!$I:$I,"W",ALL!$H:$H,"League",ALL!$L:$L,$D$11)*3+COUNTIFS(ALL!$I:$I,"D",ALL!$H:$H,"League",ALL!$L:$L,$D$11)
I now want to divide that result (55) by cell E11 which has a result of 38 to produce a final result of 1.44. However if I add /E11 to the formula above it results in 39.4. Obviously I've got it wrong somewhere
=COUNTIFS(ALL!$I:$I,"W",ALL!$H:$H,"League",ALL!$L:$L,$D$11)*3+COUNTIFS(ALL!$I:$I,"D",ALL!$H:$H,"League",ALL!$L:$L,$D$11)/E11
Any help appreciated, I'm guessing it's something pretty simple.
Bookmarks