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 Return the text before a | in a text string

=LEFT(A1,FIND("|",A1)-1)

--
Gary''s Student - gsnu200901