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 工作表中有三个选项卡。一个是其他两个的摘要,其中包含要与第一个摘要选项卡匹配的数据。
如果第一个选项卡中缺少数据,我们是否可以选择突出显示?
我想是的。在您的第一张工作表中命名该范围(S1Array例如,此处指的是 S1 中的 $A$1:$C$3)。然后在您的摘要表中应用(此处为 $A1:$C3)条件格式规则:
S1Array
=NOT(索引(S1Array,ROW(),COLUMN()))
连同您选择的突出显示: