bpeirson
Structural
- Apr 7, 2003
- 147
Has anyone developed a function for Excel which will search for a specified text string within a text string or cell?
As an example I would like to search for the word "Steel" within various cells which would contain various phrases containing the word "Steel".
I would like to enter the function into a cell as follows
[tt]=if(textsearch("Steel",B1),"Yes","No")[/tt]
where [tt]textsearch[/tt] is the custom function and [tt]steel[/tt] is the search term.
Any help is appreciated. If I make this one myself I will post it if requested.
As an example I would like to search for the word "Steel" within various cells which would contain various phrases containing the word "Steel".
I would like to enter the function into a cell as follows
[tt]=if(textsearch("Steel",B1),"Yes","No")[/tt]
where [tt]textsearch[/tt] is the custom function and [tt]steel[/tt] is the search term.
Any help is appreciated. If I make this one myself I will post it if requested.