Take this table:
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>
code
058
03102
0504
</tbody>
where the "numbers" are stored as text to preserve the leading zero(es).
The formula =COUNTIF(A2:A4;"=058") returns 1.
Why does the formula...