
Google Sheets add-on
NAMESPLIT for Google Sheets
Split contact names into first, middle, last, title, suffix, confidence, and formatted outputs with formula-first Google Sheets functions.
=SPLIT_NAME("Dr. Martin Luther King Jr.")Martin | Luther | King | Dr. | Jr.=SPLIT_NAME(A2:A, TRUE)Header + component rows=SPLIT_LAST_NAME("Ludwig van Beethoven")van BeethovenCRM contact cleanup
Turn full-name columns from forms and exports into first, middle, last, title, and suffix fields.
Mail merge prep
Format names as Last, First or formal display names before pushing data into templates.
Auditable parsing
Use confidence scores and compound-surname flags to review ambiguous records before bulk imports.
Function map
Component formulas plus NS_ aliases
Split
Range-ready parsing
Point one formula at a contact column and spill clean component fields for downstream filters, mail merges, and imports.
Review metadata
Confidence scores and compound-surname flags make ambiguous records easier to audit before a bulk update.
Private by design
Parsing runs inside the spreadsheet without external API calls or server-side storage.