which formula?

  • Thread starter Thread starter Diamond Jones
  • Start date Start date
D

Diamond Jones

In column M, I record the results of appointmens (Sale, No sale, Cancelled
etc)

Everytime I input a result I'd like me Result summary to update
automatically. I do it manually at the moment but it takes time and its easy
o make an error.

I've looked at SUMIF and thought I was close bu couldn't get it to work. I
thought COUNT would do the trick but it ignores text.

Any ideas?

Damian
 
You had the right idea...

=COUNTIF(M1:M100,"No Sale")

will give you the number of "No Sale" entries in the range M1:M100.
Adjust this for your use.
 

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