M
Mario
Is there a way to search if a text occurs in range of
cells. I know there is a "SEARCH" fucntion., it searches
if a text occurs in part of another text. But, that is
not what I am looking for.
The function I am looking for would be similar to:
=FindInRange(A3,B3:B10,1)
That is I want to find if A3 occurs in any part of cells
B3:B10.
If I have write my function, in case of non-availability
of built in functions, can any of you please help with
VBA.
Please help.
Thanks
cells. I know there is a "SEARCH" fucntion., it searches
if a text occurs in part of another text. But, that is
not what I am looking for.
The function I am looking for would be similar to:
=FindInRange(A3,B3:B10,1)
That is I want to find if A3 occurs in any part of cells
B3:B10.
If I have write my function, in case of non-availability
of built in functions, can any of you please help with
VBA.
Please help.
Thanks