Count question

  • Thread starter Thread starter Boulder257
  • Start date Start date
B

Boulder257

Why can't I count the number of cells filled with text? For instance,
let's say I have Column A filled with either Coke or Pepsi. Why can't I
just count the number of Coke?
 
You can use the COUNTIF function. E.g.,

=COUNTIF(A1:A10,"coke")

This formula will return the number of times 'coke' appears in
range A1:A10.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Boulder257"
in message
news:[email protected]...
 
You can. Say your range is A1:A8.
COUNTIF(A1:A8,"Coke")
HTH Otto
 

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

Back
Top