From: xp on 27 Jan 2010 08:27 I have a spreadsheet containing a list of names. Many names are repeated. I need to count the number of unique names in the list. Anyone got a formula for me? Thanks!
From: Sam Wilson on 27 Jan 2010 08:34 Hi, If your list of names was in A1:A5 then this: =SUM(1/COUNTIF($A$1:$A$5,A1:A5) entered using Ctrl+Shift+Enter is an array formula that works. Sam "xp" wrote: > I have a spreadsheet containing a list of names. Many names are repeated. I > need to count the number of unique names in the list. Anyone got a formula > for me? > > Thanks!
From: Bernd P on 27 Jan 2010 08:54 Hello, I suggest to look here: http://sulprobil.com/html/count_unique.html Regards, Bernd
|
Pages: 1 Prev: Show shape on cell select, Hide shape when cell is deselected Next: Comparing two dates |