View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default I want to count *'s that i have put in my sheet ?

Not really unless you really wanted to count all cells that are not empty

=COUNTIF(A:A,"~*")

will count cells that contain the asterisk and nothing else



--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"harry cheema" wrote in message
...
Thanks for Help
But not
=COUNTIF(A:A,"~*")
BUT
=COUNTIF(A:A,"**")
WORKS.
THANKS PEO
HARRY

"Peo Sjoblom" wrote:

Precede with a tilde to make it work

=COUNTIF(A:A,"~*")

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"harry cheema" <harry wrote in message
...