NAMESPLIT

Namespaced Aliases

NS_SPLIT

Collision-resistant alias for SPLIT_NAME.

Syntax

=NS_SPLIT(full_name, [include_headers], [include_metadata])

Parameters

Namefull_name
Typetext or range
DescriptionFull name text, or a range containing full names.
Nameinclude_headers?
Typeboolean
DescriptionTRUE to add a header row. Defaults to FALSE.
Nameinclude_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.

    xs