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.
我有两个动态表:产品和分析。
在分析表中,我在单元格 H1 中有一个下拉列表。它是从 Product 表中生成的。
我希望单元格 H2 通过在 Products 表中找到所选产品来自动给我 productNo。
我该怎么做?
使用如图所示的安排,=VLOOKUP(H1,J2:K9,2,FALSE)在 H2 中应该适合:
=VLOOKUP(H1,J2:K9,2,FALSE)