📜  突出显示谷歌表格中的重复项 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:08.779000             🧑  作者: Mango

代码示例1
Open your spreadsheet in Google Sheets and select a column.
For instance, select column A > Format > Conditional formatting.
Under Format rules, open the drop-down list and select Custom formula is.
Enter the Value for the custom formula, =countif(A1:A,A1)>1.