Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default CountIf: Syntax and Examples?

Hi,

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

Thanks,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default CountIf: Syntax and Examples?

Hi

What is wrong with the Excel Help?

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

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Michael" wrote in message om...
Hi,

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

Thanks,
Mike



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default CountIf: Syntax and Examples?



Hi,

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

Mike

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default CountIf: Syntax and Examples?

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*")


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Michael Sultan" wrote in message ...


Hi,

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

Mike

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default CountIf: Syntax and Examples?

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?

Michael Sultan wrote:

Hi,

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

Mike

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default CountIf: Syntax and Examples?

If you want to use it in code then use
Application.WorksheetFunction.CountIf(............ .........


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Steve Garman" wrote in message ...
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?

Michael Sultan wrote:

Hi,

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

Mike

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Solver examples moniong Excel Worksheet Functions 1 November 4th 08 09:51 PM
syntax for countif when cells fall within a numerical range Tom L Excel Worksheet Functions 5 May 31st 08 03:22 AM
Need Better Examples for VLOOKUP and the like BigJDevine Excel Worksheet Functions 4 January 11th 08 07:10 AM
about examples hassan barjini New Users to Excel 1 November 2nd 05 11:08 AM
excel vba - COUNTIF syntax paku[_5_] Excel Programming 3 April 16th 04 03:09 AM


All times are GMT +1. The time now is 05:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"