how can I count (countif) the character: *

G

Guest

I have a series in excel which I retrieve over the web from another D-base.
In this d-base they use the asterix (*) to check the line if there are
trouble. i must solve this problems but for my boss I need to report how many
of those there are. Is there a way to use the countif (or another function)
to count this occurency. Also in the same column they use other characters to
sign other kinds of trouble. So those have to be counted also. This I can do.
I have just problems with the character "*"
 
G

Guest

If cells contain only * single character then

=COUNTIF(B1:B9,"~*") (adjust the range!)

Regards,
Stefi



„Mousquito†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top