Thread: Extracting Data
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Extracting Data

=IF(AND(ISNUMBER(--LEFT(A2)),ISNUMBER(FIND(" ",A2))),LEFT(A2,FIND("
",A2)-1),"") perhaps?
--
David Biddulph

"Curtis Stevens" wrote in message
...
If you have addresses in a field, how can you extra the number portion of
the
address & put it into a separate field/box?