Count by the Text

  • Thread starter Thread starter dragontale
  • Start date Start date
D

dragontale

All,

I have one column have text value as "F", "P", "N", "D", And I want t
count how many "F" I have and then put the number into another cell.
need to do the same to other values too (P, N and D)

How to do this? I have tried a few formula, but it doesn't work. Than
you in advance.

Regards
 
=countif("R:R","F")

replace F iwth P, N, D


Change R:R to refer to the column with the data
 

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