如何通过其文本搜索单元格,然后在Google表中显示单元格的右侧值?

发布于 2025-02-02 06:30:04 字数 608 浏览 3 评论 0原文

因此,我需要一个公式,该公式通过其文本搜索特定行(或多行之一)中的单元格,然后在其右侧显示单元格的值。我什至不知道如何开始做这个...

这是一个例子:

在这里< /a>是一个列表的示例,其中包含关联数字的列表,这些词组以后会在表格中出现。

在这里我想要一个我想要一个搜索单词实例的公式A列,然后将单元格的值显示到搜索的单元格的右侧。请注意,我只在搜索一次出现的短语...

... >我希望结果是的。

(如果影响任何事情,我正在移动上。)

编辑:我也意识到,与图像中的公式不同,公式实际上将在其左边搜索两个单元格,而不是一个单元格,对不起!

So, I need a formula that searches for a cell in a specific row (or one of multiple rows) by its text, then displays the value of the cell to the right of it. I don't even know how to begin to do this one...

Here's an example of this:

Here is an example of a list of phrases with associated numbers that'll come up later in the sheet.

Here I want a formula that searches for instances of the word in the cell to its left appearing in Column A, and then display the value of the cell to the searched cell's right. Note that I'm only searching for phrases that come up once...

...and this is what I'd want the result to be.

(I'm on mobile, if that affects anything.)

EDIT: Also I've realized, unlike in the image the formula would actually be searching for a phrase TWO cells to its left instead of one, sorry!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃兔兔 2025-02-09 06:30:04

在H26中尝试:

=INDEX(IFNA(VLOOKUP(G26:G, A:B, 2, 0)))

try in H26:

=INDEX(IFNA(VLOOKUP(G26:G, A:B, 2, 0)))
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文