Formula to sum text and return number

  • Thread starter Thread starter INTERN
  • Start date Start date
I

INTERN

I have a column A that has the words "denture" and "partial" and blank cells.
I need a formula that will sum up the number of times "denture" appears in
column A.

Can anyone help?
 
Actually you need to COUNT how many times a word occurs.
SUM is a mathematical process
=COUNTIF(A:A,"denture")
best wishes
 

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