count vs counta

A

Anon

Smith said:
What is the difference between the formula functions count
and counta?

COUNT counts cells containing numeric values.
COUNTA counts cells containing any values (including text, boolean).
You could have found this just by looking in Help.
 
Top