Counting Text in cells

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

Guest

I would like to create a formula in Excel that will count the number of times a word appears in cells under a specific column
Such as Column D. D1 contains the column name Timeframe. Under D1 certain words appear including Thanksgiving week. On the last row in that column I would like to know the number of times Thanksgiving week appears in that column

Thanks for all your help.
 
countif should work for this:

countif(d2:d9999,"*thanksgiving week*")


Tiger said:
I would like to create a formula in Excel that will count the number of
times a word appears in cells under a specific column.
Such as Column D. D1 contains the column name Timeframe. Under D1
certain words appear including Thanksgiving week. On the last row in that
column I would like to know the number of times Thanksgiving week appears in
that column.
 

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