• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

find out the names alone from a line

sdsurzh

Member
Hi,


How to find out the names alone from a line.


Ex: 1. Senthil Kannan Ram working in abc company 2. vinoth kumar working in xyz company


Now i want a formula to extract the names only for

1. Senthil Kannan Ram

2. vinoth kumar


Any help.


Thanks,

SK
 
Hi Suresh,


Is the above line in a single cell..


By the way.. check the below and try to adjust accordingly.. I will be there for you if any help needed....!!!


http://chandoo.org/forums/topic/help-4


Regards,

Deb
 
Hi Suresh


Looking at the number of posts from you it does not seem to be so simple, but in case the data is in single cell and the format remains tha same, you can use this in B column, assuming your data is in column A.


=LEFT(A1,FIND("working",A1)-2)
 
Back
Top