Hello i have an excell sheet where the user enters in an 'x' in a cell and at the bottom of hte sheet it counts up the 'x' entered. here is my formula.
=COUNTIF(F6:F74,"x")
my question is, how would i do it if the user wanted to enter multipe 'x' into the cell and still count multiple 'x' but also just a single 'x'
thanks
=COUNTIF(F6:F74,"x")
my question is, how would i do it if the user wanted to enter multipe 'x' into the cell and still count multiple 'x' but also just a single 'x'
thanks