Count A~* instead of A*
the ~ indicates you want the next character to NOT be treated as a wildcard.
use ~? to count ?, and ~~ to count ~.
=COUNTIF(Range,"A~*")
Bob Umlas
Excel MVP
"David Cleland" <davidjcleland@hotmail.com> wrote in message
news:uEuQBRzpFHA.1416@TK2MSFTNGP09.phx.gbl...
> Hi
>
> I have an excel and I want to count letters - one of the things I am
> counting is the number of A* where A* is the actual data.
>
> In countif excel is treating the * as a wildcard and is counting As too -
I
> only want it to count "A*" - any ideas ?
>
> David
>
>
Bookmarks