IF 重复多于 1 计为 1

IF Duplicate more than 1 counted as 1

全部

我有如下列表:

Apple
Orange
Grape 
Grape
Grape

我使用公式:=AND((COUNTIF(A1:A,A1)>1),NOT(ISBLANK(A1)))。 如果我想让葡萄也出现在列表中,我该如何处理?

也许试试:

=UNIQUE(A1:A)

这将为您提供所有没有重复的唯一值