Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
m_ravindran
 
Posts: n/a
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.misc
m_ravindran
 
Posts: n/a
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
remove last three characters of cell mira Excel Discussion (Misc queries) 8 July 28th 05 12:06 AM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 09:56 PM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 18th 04 10:51 PM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 17th 04 08:07 PM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 17th 04 06:44 PM


All times are GMT +1. The time now is 08:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"