Use COUNTIF to count the number of 'x's in your range, e.g.:

=COUNTIF(A1:A10,"x")

HTH