I want a box with the total number of times ORDER appears!

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

Guest

I have a table where the words "closed" or "order" appear. I want to know a
formula that will count how many times each word appears in a column and give
me a figure. Is that possible and how?
 
=COUNTIF(A:A,"Closed")

etc.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 
=COUNTIF(A:A,"open")&" Open, "&COUNTIF(A:A,"closed")&" Closed"

Vaya con Dios,
Chuck, CABGx3
 

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