function to count cells...

A

Andy B

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

Top