Excel:如果在另一列中发现重复的单元格值,则突出显示绿色

2024-04-19

有人可以帮助我,我不知道该使用什么公式。

我突出显示了图片中的单元格以展示我的意思的示例。

What I want to do is highlight the cell in column A where the value matches a value in column D, it does not have to be in the same row. If there is a duplicate value in column D then highlight the cell in column A green. enter image description here Thanks for any help given.


尝试将此作为条件格式公式

=MATCH(A1,$D:$D,0)
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Excel:如果在另一列中发现重复的单元格值,则突出显示绿色 的相关文章

随机推荐