I need to find a partial text in a specific range and get a value which is X rows under cell index of found text. I have tried with INDEX and MATCH functions but without success.
As in example: looking for a partial of text ASDFGHJK
and need returned the value three rows under: (I NEED THIS VALUE
). I have tried to get a row index of found cell and +3 to get needed value ("I NEED THIS VALUE") but without success.
Any ideas how to do this?