【发布时间】:2015-12-15 17:18:55
【问题描述】:
我对 Google 表格中的 VLOOKUP 公式有疑问。当我在 Excel 或 OpenOffice Calc 中使用它时,它可以像我需要的那样工作,但它在这里有所不同。
我的问题是我需要在已知列的某个未知单元格中找到除其他词之外的 WORD。例如:
C1 contains: "string_6 string_4 string3"
C2 contains: "string_2 string_5 string_1"
我正在寻找string_5。我只知道它在 C 列的某处。
我怎样才能找到这个?
我正在尝试 VLOOKUP,因为在发现 C2 包含 string_5 后,我不得不与 D2 建立联系。
【问题讨论】:
标签: string google-sheets wildcard google-sheets-formula gs-vlookup