Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在尝试比较 2 个表时遇到了 vlookup 问题。
似乎无论我做了什么,最终结果总是“#N/A”
我的目标是通过 vlookup 找出两个表中是否有重叠条目。
我的示例是这个链接,有人可以帮忙吗?
http://goo.gl/dvWGm
提前谢谢了!
N/A 表示 A 列中的值不存在于 D 列中,在您的情况下,A 列中的任何值都不存在于 D 列中。尝试从 A 列复制一个值并将其粘贴到 D 列中,然后您会看到 N/A 变成了那个值。