Separating Text strings.

Q

Quaisne

Is it possible to separate a name in one cell such as John Smith in A1
to John in cell B1 and Smith in cell C1.

I read that by entering =LEFT(A1,FIND("",A1)) into B1 and
=MID(A1,FIND("",A1)+1,LEN(A1)) into C1 that would do it. However that
returns “J” in cell B1 and “ohn Smith” in C1

Specifying the number of characters for the first string would not work
on a list of names were the first string varies in length, so you need a
formula that takes everything before the first space as the first
string. Is it possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top