Counting sales

J

John

I have a table of sales by salesman by month. An individual salesman's name
can appear in multiple rows in the table and cells of 0 sales can be blank or
contain 0.

=SUMIF($A$2:$A$116,$A130,B$2:B$116) works fine for summarizing total monthly
revenue for each salesman by month.

How do I use COUNTIF or something like it to count the number of sales,i e:
non-zero entries per month per salesman? COUNTIF lacks the 3rd parameter to
match the salesman's name while counting entries in a different column like
SUMIF.

I don't want to write a VB function to do this because a lot of people use
this spreadsheet and none are knowledgeable about changing trust center
settings.

I appreciate your help, -John
 

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

Similar Threads


Top