How to search for a cell containing text referenced from another cell

Copper Contributor

I am looking to find cells based on strings in other cells. Example:

 

RangeSearch CriteriaFormulaOutput

ugh

Help me

23find B2 in A2:A4A3
please 23 whylearning find B3 in A2:A4A4
I am learning, I promisehelp me find B4 in A2:A4A2

 

What formula should I be using to get the output?

 

PLEASE AND THANK YOU!

1 Reply

@htankersley 

="A"&MATCH("*"&B2&"*",$A$2:$A$4,0)+1

You can try this formula which returns the expected result in my sheet.

search for a cell.JPG