View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Extract text in middle using Mid and Find or Search

=MID(A2,17,FIND(",",A2)-17)
--
David Biddulph

"Karin" wrote in message
...
Hi,

Here's the string I need to extract from: Regional Sales: SMITH, E.
(330146)
Here's what I want to end up with: SMITH
All the rows contain the same beginning (Regional Sales: ) (:space), it's
the length of the last name that varies, but all of the last names end
with a
comma. I've been spinning my wheels, I know I'm close, but I just can't
get
it. TIA :)