How would you count a column and return a count of numbers above 0 (zero)?
Right now it is counting anything in the column, including 0's.
Basically I want it to count how many rows have at least a 1 in it, and return that as a Games Played.
Thanks