【发布时间】:2020-02-07 17:40:29
【问题描述】:
【问题讨论】:
-
我不使用 Google 表格,但请检查是否有可能使用
COUNTIF函数。
标签: if-statement google-sheets google-sheets-formula array-formulas counting
【问题讨论】:
COUNTIF 函数。
标签: if-statement google-sheets google-sheets-formula array-formulas counting
看起来这个普通的 Excel 公式可以正常工作。
假设您的数据从单元格A1开始,插入以下公式
=IF(COUNTIF($A$1:A1,A1)=1,"First Occurrence","")
然后尽可能多地复制下来。
【讨论】: