Which is the short formula to extract middle name.
example : David samuel John
(Samuel)
Which is the short formula to extract middle name.
example : David samuel John
(Samuel)
Try this
=TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",100)),100,100))
Some more examples please?
With three names in cell A1, with one space between names, ensure no leading space.
put formula in cell B1 and copy down column B
![]()
Please Login or Register to view this content.
Try this:
Formula:
Please Login or Register to view this content.
If "King" is a name prefix, you need to define whatever prefixes you want to exclude in the search formula
Last edited by chriskay; 05-24-2019 at 07:24 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks