I need a formula that will place a text string in a row specified by the number from an adjacent column within a look-up table.
Additionally, I also need a formula that will return a text string based on the same row number described above, plus a match of the ID number with the same ID # embedded in a string.
The only formula I've worked out so far just matches the ID with the same ID embedded in a string:
I appreciate any help folks can offer. You can find an editable copy of the workbook here:
Match String with ID to ID.xlsx
Additionally, I also need a formula that will return a text string based on the same row number described above, plus a match of the ID number with the same ID # embedded in a string.
The only formula I've worked out so far just matches the ID with the same ID embedded in a string:
Excel Formula:
=LOOKUP(2,1/SEARCH(A2,$F$2:$F$11),$G$2:$G$11)
I appreciate any help folks can offer. You can find an editable copy of the workbook here:
Match String with ID to ID.xlsx