how to count the number of text frequencies and copy to other cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the COUNTIF function to count the number of text
frequencies on a line that match a "text phrase". then i am try to copy this
formula to 200 cells below. When i reference to a cell such as "+a15", where
cell +15 is the text that i want ot match against, the result is a blank
cell. I understand that if the match is zero times a blank cell will be the
result.

But if i copy the data is cell A15 to the function of COUNTIF I get the
correct result. Isn't there an easier to way to copy the function down
several rows.
 
If I understand your question, does this help:

=COUNTIF(B1:B100,$A$15)
?

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

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