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.
说我的结构是这样的:
A B 1 0.1 2 0 5 42 4 7
在单元格 C1 中,我希望 B 中的值与 A 列中的最大值相关联 - 在本例中为 42。
=VLOOKUP(MAX(A:A),A:B, 2, FALSE)
即:“查找A到B列表中A列的最大值并返回第二列中的值”