View Single Post
  #5   Report Post  
Harlan Grove
 
Posts: n/a
Default

RagDyeR wrote...
Try this:

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

....

Given the internals of pattern processing, it'd be more efficient to
use =COUNTIF(A:A,"?*").