Countif function

D

Daniel Bonallack

I'm sure this is as easy as falling off a log for most of
you...

How can I count how many entries in a column begin with
the letter "A"?

Thanks in advance.

Daniel
 
A

Anon

Daniel Bonallack said:
I'm sure this is as easy as falling off a log for most of
you...

How can I count how many entries in a column begin with
the letter "A"?

Thanks in advance.

Daniel

One way:
=SUMPRODUCT((LEFT(A1:A100,1)="A")*1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top