View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default finding a number within a text and numbers for multiple rows

=MID(A1,FIND("_",A1,1)+1,4) and copy down

--
Gary''s Student - gsnu200820