![]() |
How can I remove Salutation
Can anyone help me to remove Salutation and name to two different fields. I have a list of names like this. Mr Ravindran, Mrs Ravindran Ms Ravindran, Miss Ravindran etc. I want to have the Salutation in one cell and the name in the other. Thanks in advance. M. Ravindran -- m_ravindran ------------------------------------------------------------------------ m_ravindran's Profile: http://www.excelforum.com/member.php...o&userid=28668 View this thread: http://www.excelforum.com/showthread...hreadid=492154 |
How can I remove Salutation
Salutation: =LEFT(A1,FIND(" ",A1)-1)
Remainder: =MID(A1,FIND(" ",A1)+1,1024) best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "m_ravindran" wrote in message ... Can anyone help me to remove Salutation and name to two different fields. I have a list of names like this. Mr Ravindran, Mrs Ravindran Ms Ravindran, Miss Ravindran etc. I want to have the Salutation in one cell and the name in the other. Thanks in advance. M. Ravindran -- m_ravindran ------------------------------------------------------------------------ m_ravindran's Profile: http://www.excelforum.com/member.php...o&userid=28668 View this thread: http://www.excelforum.com/showthread...hreadid=492154 |
How can I remove Salutation
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 "m_ravindran" wrote: Can anyone help me to remove Salutation and name to two different fields. I have a list of names like this. Mr Ravindran, Mrs Ravindran Ms Ravindran, Miss Ravindran etc. I want to have the Salutation in one cell and the name in the other. Thanks in advance. M. Ravindran -- m_ravindran ------------------------------------------------------------------------ m_ravindran's Profile: http://www.excelforum.com/member.php...o&userid=28668 View this thread: http://www.excelforum.com/showthread...hreadid=492154 |
How can I remove Salutation
Thanks, Bernard. It is extremely helpful. Regards, Ravindran -- m_ravindran ------------------------------------------------------------------------ m_ravindran's Profile: http://www.excelforum.com/member.php...o&userid=28668 View this thread: http://www.excelforum.com/showthread...hreadid=492154 |
All times are GMT +1. The time now is 11:43 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com