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.
我的工作表中有一个包含以下值的列数组:11、15、5、7、2。我想获取对包含值 15 的单元格的引用。我将如何去做?
谢谢
如果您的数组是 A2:A13,这里有一个公式可以让您获得对值为 15 的单元格的引用...
索引(A2:A13,匹配(15,A2:A13))