Hello.
I have found this forum useful for some time. This is the first time I have resorted to asking my own question as I have not had any luck finding a solution.
Problem:
I have two lists of data.
List A (root strings): a series of short alphanumeric strings.
List B: a list of long alphanumeric strings.
The point of the formula I am trying to come up with will look through "List B" row by row and find if it contains a match from "ListB"
For example:
<table border="0" cellpadding="0" cellspacing="0" width="309"><colgroup><col style="mso-width-source:userset;mso-width-alt:3254;width:67pt" width="89"> <col style="mso-width-source:userset;mso-width-alt:5705;width:117pt" width="156"> <col style="width:48pt" width="64"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:67pt" height="20" width="89">ListA</td> <td class="xl65" style="width:117pt" width="156">ListB</td> <td class="xl65" style="width:48pt" width="64">Match</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">575</td> <td class="xl65">s575-khjfdgsh</td> <td class="xl65">TRUE</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">869</td> <td class="xl65">s424-xfcgdf</td> <td class="xl65">FALSE</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">3939</td> <td class="xl65">s869-dfgdf</td> <td class="xl65">TRUE</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">
</td> <td class="xl65">s575-jhgzjhgd</td> <td class="xl65">TRUE</td> </tr> </tbody></table>
The closest things I have found at nested If statements (unfeasible since listA is too long.
Match did not work because it will search List A2 for a match in List B.
I am using excel 2007.
Thank you very much for any help you can provide.
Cheers.
I have found this forum useful for some time. This is the first time I have resorted to asking my own question as I have not had any luck finding a solution.
Problem:
I have two lists of data.
List A (root strings): a series of short alphanumeric strings.
List B: a list of long alphanumeric strings.
The point of the formula I am trying to come up with will look through "List B" row by row and find if it contains a match from "ListB"
For example:
<table border="0" cellpadding="0" cellspacing="0" width="309"><colgroup><col style="mso-width-source:userset;mso-width-alt:3254;width:67pt" width="89"> <col style="mso-width-source:userset;mso-width-alt:5705;width:117pt" width="156"> <col style="width:48pt" width="64"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:67pt" height="20" width="89">ListA</td> <td class="xl65" style="width:117pt" width="156">ListB</td> <td class="xl65" style="width:48pt" width="64">Match</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">575</td> <td class="xl65">s575-khjfdgsh</td> <td class="xl65">TRUE</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">869</td> <td class="xl65">s424-xfcgdf</td> <td class="xl65">FALSE</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">3939</td> <td class="xl65">s869-dfgdf</td> <td class="xl65">TRUE</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">
</td> <td class="xl65">s575-jhgzjhgd</td> <td class="xl65">TRUE</td> </tr> </tbody></table>
The closest things I have found at nested If statements (unfeasible since listA is too long.
Match did not work because it will search List A2 for a match in List B.
I am using excel 2007.
Thank you very much for any help you can provide.
Cheers.