Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Count in Numbers - Unique entries on a list

I'm trying to figure out how to calculate

unique entries on a list in Numbers:


Fx:

Coca Cola

VB

Brunt

Coca Cola

Modern talking

Coca Cola

Coca Cola

Modern talking


It has:

Total entries: 8

Unique entries: 4


Total entries is simple with the COUNTA,

but I just can't figure out how to count the

unique entries.


Hope any one can help.


(Sorry no screen dump, couldn't press insert

for some reason)

iMac, Mac OS X (10.7.2)

Posted on Feb 16, 2012 12:36 PM

Reply
Question marked as Best reply

Posted on Feb 16, 2012 1:05 PM

This uses COUNTIF, and COUNTBLANK:


User uploaded file


B2=A2

B3=IF(ISBLANK(A3), "", IF(COUNTIF($B$2:B2, "="&A3)=0, A3, ""))

select B3 and fill down as needed


F2=COUNTA(A)

F3=ROWS(F)-COUNTBLANK(B)

3 replies

Count in Numbers - Unique entries on a list

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.