Hello Keap community,
Is there a way easily pull a list of all Company records that have no associated Contacts? Is there a report that shows this or anyway to do this via Saved Search?
Thanks,
Kim
Hello Keap community,
Is there a way easily pull a list of all Company records that have no associated Contacts? Is there a report that shows this or anyway to do this via Saved Search?
Thanks,
Kim
If you have a main contact identified for each company, you can go to CRM - Companies, and when doing the search you can choose âmain contact first name: is emptyâ and that will give you all that have no contacts.
Thanks,
Jeff
Thank you for responding to my question. I havenât manually gone through and designated a main contact. Is there no other way to do a search for Companies where Linked Contacts =0?
Not that I am aware of. I did a little testing prior to responding and that was the only things I saw.
The only other option I could think of is to do a Company download and a Contact download, including the Company field, and set up a formula to count how many contacts are associated with each Company and identify the âzeroâ companies there.
Thanks,
Jeff
As has already been mentioned, there is not a native way to tell which Company records have zero Contacts associated with them, and that a formula can be used to count how many Contacts are associated with a Company, using Contact and Company data exported from Keap.
The steps below show one way to use Excel to provide the requested data:
A. Navigate to âCRM â Contactsâ, and perform a search with no criteria, which should give you a list of all Contacts in Keap:
B. Check the box to select all results, then navigate to âExportâ on the âActionsâ dropdown menu:
Check the box to select all results:
Navigate to âActions â Exportâ:
C. Un-check all boxes, except âCompany Nameâ on the âExport Resultsâ screen, and continue to download a CSV, which will contain a list of company names that have been associated with contact records. This export should be called âContactsâ:
D. Navigate to âCRM â Companiesâ, and perform a search with no criteria, which should give you a list of all Companies in Keap:
E. Check the box to select all results, then navigate to âExportâ on the âActionsâ dropdown menu:
Check the box to select all results:
Navigate to âActions â Exportâ:
F. Un-check all boxes, except âCompany Nameâ on the âExport Resultsâ screen, and continue to download a CSV, which will contain a list of company names that have been associated with contact records This export should be called âCompaniesâ:
G. Open the âContactsâ CSV in Excel, and add a new âCompaniesâ sheet that contains the information copied from the âCompaniesâ CSV:
H. Add a âNumber of Contacts with This Company Nameâ column to the âCompaniesâ sheet, which contains COUNTIF
formulas to show the number of times the Company name is mentioned on the âContactsâ tab, using a formula similar to what is shown in the screenshot below:
From there, you should be able to see any Companies who do not have any contacts associated with them, which should be indicated by a â0â.