Thread
:
COUNTING TEXT CELLS IN A COLUMN
View Single Post
#
5
Harlan Grove
Posts: n/a
RagDyeR wrote...
Try this:
=COUNTIF(A:A,"*?")
....
Given the internals of pattern processing, it'd be more efficient to
use =COUNTIF(A:A,"?*").
Reply With Quote