Grouping Duplicate Companies by Name and Location
Create a Grouping System
Instead of deleting entries, establish a system to identify and group related records:
-
Normalize company names using Tools → "Normalize Company Names" to standardize variations (e.g., "Inc.", legal suffixes)
-
Create a unique identifier column:
- Use Add Column → Merge columns
- Combine normalized company name and location fields
- Name this column "Clinic/Practice ID"
-
Filter unwanted business types (optional):
- Apply conditions to exclude entries
- Example filter:
Most Common Clinic Namedoes not contain any ofUNIVERSITY|HOSPITAL|HEALTH SYSTEM|MEDICAL CENTER
-
Maintain a reference table:
- Use Actions → "Send table data" to generate a separate reference table with unique identifiers
- Keep all original entries intact and accessible in your primary table
This approach preserves all data while providing clear organization and grouping of related companies.
February 2026