essentially, all you need to change is the reference of the first index array. this will tell it to only pick the cell value from column A, rather than column B.
=INDEX(A:A,MATCH(TRUE,INDEX(ISNUMBER(SEARCH(B:B,B2)),,),0))
I think that formula is the one you're looking for?
to be honest, i'm not sure what you're looking for. you need to explain exactly what you are trying to do.
for example:
I want cell D2 to be the formula, to search through column A, to find the cell value with text from cell B2.
i'm assuming that's what you want, so the formula above seems to work for that. let me know though.
Bookmarks