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.
在 Excel 中,我如何编写一个方程式,它将在 A 列中查找所选值,然后查看它是否存在于另一张工作表的 A 列中,如果它确实输入是,如果它不存在则输入否。
我拥有我需要的所有其他值,只需要知道它是否存在,并且不想花时间查找几千个值。
假设:
在 Sheet1 单元格 B1 上并复制下来:
=IF(COUNTIF(Sheet2!A:A,A1)>0,"Yes","No")