Thread: Search text
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(AND(ISNUMBER(FIND("A2",A1)),ISNUMBER(FIND("D", A1))),IF(FIND("D",A1)=FIND
("A2",A1)+3,1,""),"")

--
HTH

Bob Phillips

"lashio" wrote in message
...
A1 = "A24D"
I want to look up cell A1 for A2?D, similar to search text.
Cell B1 = 1 if A1 contains text A2?D, "" otherwise.
Can it be formulated? Thanks