突出显示单元格,如果值在Google电子表格的同一列中重复 [英] highlight cell if value duplicate in same column for google spreadsheet

查看:103
本文介绍了突出显示单元格,如果值在Google电子表格的同一列中重复的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找谷歌电子表格的公式
突出显示的单元格,如果值重复在同一列

I am looking for formula for google spreadsheet "highlight cell if value duplicate in same column"

任何人都可以请协助我这个查询吗?

can anyone please assist me for this query?

推荐答案

我会这样做:

I would do it like this:


  1. 选择整列,然后从菜单中选择:格式/条件格式。
  2. 从Format cells if ...下拉菜单中选择Custom formula is:,并写入: = countif(A:A,A1)> 1

  3. 添加一些格式化规则。 $ b
  4. 对于范围,写入:A1:A100
  1. Select the whole column, then from the menu: Format/Conditional formatting.
  2. From the "Format cells if..." dropdown menu select "Custom formula is:", and write: =countif(A:A,A1)>1
  3. Add some formatting rule.
  4. For the range, write: A1:A100

完成。任何你在A1:A100单元格中写入的内容都将被检查,如果有重复(多次出现),那么它将被着色。

Done. Anything you write in the A1:A100 cells will be checked, and if there is a duplicate (occurs more than once) then it'll be coloured.

希望这有助于。

这篇关于突出显示单元格,如果值在Google电子表格的同一列中重复的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆