I have a problem regarding a VLOOKUP formula in Google Sheets. When I use it in Excel or OpenOffice Calc it works like I need but it's somehow different here.
My problem is that I need to find WORD that is amongst other words in some unknown cell in a known column. For example:
C1 contains: "string_6 string_4 string3"
C2 contains: "string_2 string_5 string_1"
And I'm looking for string_5
. All I know is that it is somewhere in column C.
How can I find this?
I was trying VLOOKUP because after finding out that C2 contains string_5
I had to relate to D2.