View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John_John John_John is offline
external usenet poster
 
Posts: 40
Default Picking up dates from within a string

Try this sue:

=DATEVALUE(TRIM(MID(A1,FIND("DUE",A1)+3,255)))+TIM EVALUE(TRIM(MID(A1,FIND("DUE",A1)+3,255)))