L leimst Member Aug 3, 2014 #1 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
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
N NARAYANK991 Excel Ninja Aug 3, 2014 #3 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 , 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
S SATISH KULKARNI New Member Aug 4, 2014 #5 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.
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.