View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default I only Want the Data from certain parts of the col. to be returned

try this
=MID(E1,FIND(":",E1)+1,FIND(" ",E1,FIND(" ",E1)+1)-FIND(":",E1))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"P Johnson" <P
wrote in message
...
I know this is a basic function, but I can't remember how to do it.

Col A Col B
Job: 08-098 started 1/2008

In col A I only want the 08-098 to be listed from Col B.