CountIf: Syntax and Examples?

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

Hi,

Can someone please refer or give the syntax of CountIf and some
examples and what it mean please?

Thanks,
Mike
 
Hi

What is wrong with the Excel Help?

Tell us what you want to do and we can give a example
 
Hi,

I found nothing whatsoever about "CountIf" in Excel help!?

Mike
 
I found nothing whatsoever about "CountIf" in Excel help!?
Strange, what version of Excel?

You don't tell what you want?


Count the Word Lada in the range
=COUNTIF(A1:A10,"Lada")

With a wildcard

=COUNTIF(A1:A10,"La*")

=COUNTIF(A1:A10,"*Lada*")
 
You are looking in Excel help (the one you get when a worksheet is
showing) and not the VBE help (which you get when your VB code is
showing) aren't you?
 
If you want to use it in code then use
Application.WorksheetFunction.CountIf(.....................
 

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

Back
Top