I have a spreadsheet of Contacts from a trade show. Many of them are associated with Accounts, some are not. Note that some of the Company Names are the same, but in different cities and un-related.
For the ones with Company names, I would like to
a) Create an Account with that company name and
b) Create a Contact within that company.
For the ones without a company name, I would just
a) create a new Contact.
The “Hard way,” I suppose, would be to
- Assign an ID to all the names in the spreadsheet
- Make a second spreadsheet of only the names with company names
- Import the company spreadsheet into Accounts
- Import the entire list into Contacts, using the ID to associate the Contact with the Account.
Also, I would suppose that detecting duplicated with Company name and zip code would handle the names that are already on the list.
Is this the “Right” way? Is there an “Easy Way?”