How can I remove Salutation

M

m_ravindran

Can anyone help me to remove Salutation and name to two differen
fields.
I have a list of names like this. Mr Ravindran, Mrs Ravindran M
Ravindran, Miss Ravindran etc. I want to have the Salutation in on
cell and the name in the other.

Thanks in advance.

M. Ravindra
 
C

CLR

Assuming your list in column A

In B1 put:

=LEFT(A1,FIND(" ",A1,1))

In C1 put:

=MID(A1,FIND(" ",A1,1),99)

copy both down as far as you have data in Column A.


Vaya con Dios,
Chuck, CABGx3
 

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

Similar Threads


Top