How would I specific items within a cell or column?
EX:
x,y,1,4,3*,2,x
x,4,9,y,z,y
How would I write a formula to count the x's in this column?
Thanks
Bob Phillips - 19 Oct 2007 09:40 GMT
=SUMPRODUCT(--(LEN(A1:A20)-LEN(SUBSTITUTE(A1:A20,"x",""))))

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> How would I specific items within a cell or column?
>
[quoted text clipped - 6 lines]
>
> Thanks