Namespaced Aliases
NS_SPLIT
Collision-resistant alias for SPLIT_NAME.
Syntax
=NS_SPLIT(full_name, [include_headers], [include_metadata])Parameters
NameTypeDescription
Name
full_nameTypetext or range
DescriptionFull name text, or a range containing full names.
Name
include_headers?Typeboolean
DescriptionTRUE to add a header row. Defaults to FALSE.
Name
include_metadata?Typeboolean
DescriptionTRUE to add confidence and compound-surname columns. Defaults to FALSE.
Returns
The same result as SPLIT_NAME.
Example
=NS_SPLIT(A2, [include_headers], [include_metadata])Result: Martin | Luther | King | Dr. | Jr.
Notes
NS_SPLIT accepts the same arguments as SPLIT_NAME.
Use the alias when you want formulas with a family prefix.