Help with report - number of contacts per account

Hi,

Is there a way to create a report that will generate a list of accounts with the number of contacts associated with that account i.e
Accoint Name No of Contacts
ABC Corp 20
123 Ltd 3
ACME 0

Showing zero is important as I need to check which accounts have no contacts

Hey,

Yeah, you should be able to achieve this using reports!

Using lines like these two should work:


(This is under “Fields” on the report)

As long as you Group the Account by Name/ID, and count on a Contact field, ( I used ID), you should be good to go!

Let me know if you need any help through the steps!

Wow. That looks pretty darn easy.

Thank you, that sorted it!!!

Great, glad to hear it!