![]() |
how to get the middle name
how can i get the middle name of "fazain iqbal khan"... i can get the last
name by =(a2,len(a2)-search("#", substitute(a2&" "," ","#",2)))... and first name=right(a2,find(" ",a2)) |
how to get the middle name
Roger Govier wrote...
Try =MID(A2,FIND(" ",A2)+1,FIND("#",SUBSTITUTE(A2, " ","#",2))-FIND("#",SUBSTITUTE(A2," ","#",1))-1) .... Satisfies the OP's specs, but how would it handle George Herbert Walker Bush? Or Malcolm X? For names like those, =MID(A2,FIND(" ",A2)+1,FIND("#",SUBSTITUTE(A2, " ","#",LEN(A2)-LEN(SUBSTITUTE(A2," ",""))))-FIND(" ",A2)) |
how to get the middle name
Hi
Try =MID(A2,FIND(" ",A2)+1,FIND("#",SUBSTITUTE(A2," ","#",2))-FIND("#",SUBSTITUTE(A2," ","#",1))-1) Regards Roger Govier zomex wrote: how can i get the middle name of "fazain iqbal khan"... i can get the last name by =(a2,len(a2)-search("#", substitute(a2&" "," ","#",2)))... and first name=right(a2,find(" ",a2)) |
All times are GMT +1. The time now is 03:51 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com