T
Tom James
Does anyone know a function that will return the first word in a text
string? I know that the Left function can do it, but I want to be able to
copy the function down a column so that no matter what length the first word
is, it will extract it without having to rewrite the function. For example,
if I had a list of first and last names, I would want to be able to extract
the first name in one column and extract the last name in another column
(without having to write VBA code).
string? I know that the Left function can do it, but I want to be able to
copy the function down a column so that no matter what length the first word
is, it will extract it without having to rewrite the function. For example,
if I had a list of first and last names, I would want to be able to extract
the first name in one column and extract the last name in another column
(without having to write VBA code).