View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Countif cells are beings with "*"

=COUNTIF(C1:C100, "~**) two asterisks

One for the wildcard and one for the asterisk to find.


Gord Dibben MS Excel MVP

On Wed, 13 Jun 2007 17:11:02 -0700, summer
wrote:

Excel 2000. I need to count when cell in column C beings with marker "*".
Column C comprises of cells with numberic, text & cells with number but
marked with "*". I have used =Countif(C1:C100,"*") however results show that
formula counted even text cells.

How do I restrict the count to cells marked with "*" ? I have tried adding
a tilde (~) before the character, as what some writeup advise. But it still
didn't work.