Thread
:
find multipule text strings within a cell
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
find multipule text strings within a cell
=IF(ISNUMBER(SEARCH("PREP",E1036)),"PREP","") &
IF(ISNUMBER(SEARCH("BORE",E1036)),"BORE","")
--
Gary''s Student - gsnu200817
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student