Concatenation

C

CynthiaG

Hi there

I have a field that reads "last name, first name
I would like it to read "first name*last name
How can I set up the formulae

thanks in advance.
 
A

Anders S

Cynthia,

One way,

=MID(A1,FIND(",",A1)+2,1000)&"*"&LEFT(A1,FIND(",",A1)-1)

HTH
Anders Silvén
 

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