You assumed that the asterisk worked with real numbers, too. If your 3158816
were entered as text ('3158816), then you would have seen what you wanted.
If you're trying to hide the truly empty cells (not formulas that evaluate to
""), you could use a criteria of:
ABN/ACN/BN
<>
If you're trying to hide any cell that looks empty (including the formulas that
evaluate to ""), something like this should work:
I put my test data in A1

7
with ABN/ACN/BN in column C.
I used this criteria in G1:G2
G1 (leave empty)
G2: =LEN(C2)>0
(And filtered on A1

7.)
========
And experimentation is a good way to find out what happens--And google, too.
Cloudfall wrote:
>
> In debugging a program, I isolated the problem to the following issue.
> I manually created the following situation in column A, rows 1 to 6, by
> copying and pasting actual data in order to accurately re-create the
> problem:
>
> ABN/ACN/BN
> *
>
> ABN/ACN/BN
> 3158816
> 40000545415/005
>
> Excel "Help" has this to say about the asterisk:
> " * (asterisk) Any number of characters in the same position as the
> asterisk
> For example, *east finds "Northeast" and "Southeast" "
>
> I am assuming that the asterisk, being the wild card symbol, being the
> "cell not empty" symbol, will result in the display of both the strings
> under the title ABN/ACN/BN (that is, "3158816" and "40000545415/005").
> But no! The string "3158816" mysteriously disappears, leaving just
> "40000545415/005". The "List Range" and "Criteria Range" appear
> correct.
>
> Would anyone mind explaining to me what horrible assumption I have made
> now, why on earth this is happening, and what I need to do to correct
> it? And, if anyone has the time, would someone mind explaining to me
> how I could have worked this out for myself and not bothered you good
> people? I really am trying to be self-sufficient here. Thanking you in
> anticipation.
--
Dave Peterson