vlookup公式无法根据文档工作

发布于 2025-01-27 21:15:04 字数 554 浏览 2 评论 0原文

在你们都告诉我搜索之前,请看一下公式。我已经搜索并尝试了文档中提到的所有变体。电子表格很简单。我试图根据先前记录的车牌填充驱动程序单元格。为什么这是文档显示的不起作用的? B11中的结果应为“比利山羊”。

公式,未指定最终值(默认为true)。

公式最终值排序设置为true,仍然不起作用。

公式最终值排序设置为false,仍然无法正常工作。

我不是在寻找有人来解决我的问题。我只想知道为什么这不根据文档发挥作用。我正在尝试学习,而不是获得免费的脚本服务。

Before y'all tell me to search please look at the formulas. I have searched and tried all variations mentioned in the docs. The spreadsheet is dead simple. I am trying to populate the driver name cell based on previously recorded license plates. Why is this not working as the docs show? The result with in B11 should be 'Billy Goats'.

Formula with no final value specified (should default to TRUE).

Formula final value sorted set to TRUE, still not working.

Formula final value sorted set to FALSE, still not working.

I am not looking for someone to fix my problem. I just want to know why this is not functioning according to the docs. I am trying to learn, not get free scripting services.

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

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

发布评论

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

评论(1

白馒头 2025-02-03 21:15:04

使用:

=VLOOKUP(F11, {E1:E10, B1:B10}, 2, 0)

use:

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