T
Trip Poly
Max helped first maybe again?
I have a search that I want it to look for two separate values in the
same search string.
the search is embedded in an if statement like so...
=IF(ISBLANK(B3),"",IF(ISERROR(SEARCH("11",B3)),"",ROW()))
Search is looking for 11 right now and I also want it to look for 12.
I have tried several different scenarios but can not seem to get it to
work.
Is this possible to do?
Thanks
C
I have a search that I want it to look for two separate values in the
same search string.
the search is embedded in an if statement like so...
=IF(ISBLANK(B3),"",IF(ISERROR(SEARCH("11",B3)),"",ROW()))
Search is looking for 11 right now and I also want it to look for 12.
I have tried several different scenarios but can not seem to get it to
work.
Is this possible to do?
Thanks
C