Hi,
I am using the following formula [ =IF(ISERROR(SEARCH("*LCD*",F2,1)),"","LCD") ] to search for some characters in a string in column F. It then places the "LCD" characters in G2 cell if the string is contained in the cell.
The formula works great, but I have 9 other character options/combinations I also want to search from F:F and really don't want to have 9 columns of formulas to do this.
If I have a table on another sheet named "Options", am I able to look up vs that table to get the character strings I am looking for, search for those, and put the result in cell G2...Gn?
For instance:
[ =IF(ISERROR(SEARCH("[[all values of Table=Options]]",F2,1)),"","[[all values of Table=Options]]") ]
I am using the following formula [ =IF(ISERROR(SEARCH("*LCD*",F2,1)),"","LCD") ] to search for some characters in a string in column F. It then places the "LCD" characters in G2 cell if the string is contained in the cell.
The formula works great, but I have 9 other character options/combinations I also want to search from F:F and really don't want to have 9 columns of formulas to do this.
If I have a table on another sheet named "Options", am I able to look up vs that table to get the character strings I am looking for, search for those, and put the result in cell G2...Gn?
For instance:
[ =IF(ISERROR(SEARCH("[[all values of Table=Options]]",F2,1)),"","[[all values of Table=Options]]") ]