function to count cells...

  • Thread starter Thread starter malay_ko
  • Start date Start date
Hi

Try this:
=SUMPRODUCT((A3:A16<>"")*(B3:B16="1st quarter"))
=SUMPRODUCT((A3:A16<>"")*(B3:B16="2nd quarter"))
=SUMPRODUCT((A3:A16<>"")*(B3:B16="3rd quarter"))
=SUMPRODUCT((A3:A16<>"")*(B3:B16="4th quarter"))
 

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

count... 4
count... 1
count 1
sumproduct returning 0 2
help with array entered formula 1
function 11
return wrong result of the cell 1
Pls help me ! 5

Back
Top