in the following example you get output '0' for a strange reason. Can someone explain why this occurs and what I can do about it? (The format of the cells is "text")
rows A:A
---------
1
11
111
22
2
1111
formula:
--------
=COUNTIF(A$1:A$65536;"1*")
result:
-------
0
wanted result:
--------------
4