Namespaced Aliases
NS_FIRST
Collision-resistant alias for SPLIT_FIRST_NAME.
Syntax
=NS_FIRST(full_name)Parameters
NameTypeDescription
Name
full_nameTypetext or range
DescriptionFull name text, or a range containing full names.
Returns
The same result as SPLIT_FIRST_NAME.
Example
=NS_FIRST(A2)Result: Martin
Notes
NS_FIRST accepts the same arguments as SPLIT_FIRST_NAME.
Use the alias when you want formulas with a family prefix.