Hi everyone
I am trying to get an Index Match from a table based on alphanumeric values contained in the lookup value.
Sheet2 Table1 ColumnA Header[Item] contains the lookup array
Sheet2 Table1 ColumnB header[Shape] contains the return value array
Sheet1 ColumnA contains the lookup value
Sheet1 ColuimnB is where the return value will populate
Ex. find cn_16x20 within BRP-222_cn_16x20
I keep getting NA. Can't figure it out.
Thanks Rick
below is the formula
I am trying to get an Index Match from a table based on alphanumeric values contained in the lookup value.
Sheet2 Table1 ColumnA Header[Item] contains the lookup array
Sheet2 Table1 ColumnB header[Shape] contains the return value array
Sheet1 ColumnA contains the lookup value
Sheet1 ColuimnB is where the return value will populate
Ex. find cn_16x20 within BRP-222_cn_16x20
I keep getting NA. Can't figure it out.
Thanks Rick
below is the formula
Code:
=INDEX(Table1[Shape],MATCH(TRUE,ISNUMBER(SEARCH(Table1[Item],A2)),0))