• 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.

Extract from a text string

leimst

Member
Hello,

I have a column of first names and middle initials. What formula could I use to extract the first name only?

Thank you in advance for any assistance,

leimst
 
Hi ,

If the first name is separated from the initial by a space , then a straightforward

=LEFT(cell , FIND(" ", cell & " ") - 1)

should work. Replace the placeholder cell by an actual cell address.

Narayan
 
Hi, Narayan sir,

How to locate if no similar pattern is separating the fields. Actually I have posted same type of problem in my earlier post. I hope you will guide. Thank you.
 
Back
Top