NAMESPLIT

Components

SPLIT_FIRST_NAME

Extracts the first name from a full name.

Syntax

=SPLIT_FIRST_NAME(full_name)

Parameters

Namefull_name
Typetext or range
DescriptionFull name text, or a range containing full names.

Returns

The parsed first name. Range input spills results.

Example

=SPLIT_FIRST_NAME("Dr. Martin Luther King Jr.")

Result: Martin

Notes

Range inputs are supported. SPLIT_NAME flattens the input range into one output row per name.

The parser handles titles, suffixes, comma-formatted names, and common surname particles such as van, von, de, del, and de la.

All parsing runs locally inside the spreadsheet with no external API calls.

    xs