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 的 K 列中的单元格匹配,突出显示工作表 1 的 K 列中的单元格的自定义公式是什么?我也不希望它包含空白单元格。
通过“a”单元格,我假设任何单元格(而不是特定单元格),所以请尝试在工作表 1 中选择 ColumnK,格式 > 条件格式...,自定义公式为:
=match(K1,indirect("Sheet 2!K:K"),0)>0
使用您选择的格式。范围:应该显示K:K。
K:K