count only R

  • Thread starter Thread starter p3project
  • Start date Start date
P

p3project

Hi, can someone please tell me the formula to count only r in a column
The column contains many other things but I need a ruuning count if th
cell contains only the letter r.

Many thanks for any help

Regards

Davi
 
David,

Assumingyour column is A1:A100

=COUNTIF(A1:A100,"r")

--
Regards,
Auk Ales

* Please reply to this newsgroup only *
* I will not react on unsolicited e-mails *
 

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

Similar Threads


Back
Top