Thread
:
Return the text before a | in a text string
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
Posts: 11,058
Return the text before a | in a text string
=LEFT(A1,FIND("|",A1)-1)
--
Gary''s Student - gsnu200901
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student