I am using excel 2010 and I am trying to figure out how to extract on 7 letters of the first name. Example cell A2 = roberts B2 = john b A3 = roberts B3 = patricia a
I need C2 = rjohn and C3 = rpatrici as you can see I need to exclude the space and anything after. This is what I have =LOWER(LEFT(A2,1)&LEFT(B2,FIND(" ",B2))) but it includes the space and initial Please help I am desperate.
I need C2 = rjohn and C3 = rpatrici as you can see I need to exclude the space and anything after. This is what I have =LOWER(LEFT(A2,1)&LEFT(B2,FIND(" ",B2))) but it includes the space and initial Please help I am desperate.