hi,
is there a function that will return the specific content of the cell. like for example, i have a cell that contains the word DOG(a1), and on the other one is a sentence like THEDOGBARK(b1)...the function must find the word dog and must put it in another cell(c1).
find (a1) to (b1) and display the word in (c1)...
ex1.
a1 = dog
b1 = thedogbark
c1=dog
ex2.
a1=bark
b1 = thedogbark
c1=bark
ex3.
a1=the
b1 = thedogbark
c1=the
THANKS SO MUCH IN ADVANCE
Bookmarks