#1   Report Post  
Kanwaljit Singh Dhunna
 
Posts: n/a
Default Unique Entries

A1:A20 contains 4 unique names. Formula applied in B1 should give the result
that how many No. of Unique names are there in range A1:A20 (i.e., the result
should be 4)
  #2   Report Post  
RagDyer
 
Posts: n/a
Default

And if there should happen to be the possibility that there might be blanks,
you could try this:

=SUMPRODUCT((A1:A20<"")/COUNTIF(A1:A20,A1:A20&""))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Jason Morin" wrote in message
...
The standard formula (assuming no blanks in A1:A20) is:

=SUMPRODUCT(1/COUNTIF(A1:A20,A1:A20))

HTH
Jason
Atlanta, GA

"Kanwaljit Singh Dhunna" wrote:

A1:A20 contains 4 unique names. Formula applied in B1 should give the

result
that how many No. of Unique names are there in range A1:A20 (i.e., the

result
should be 4)


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unique Entries Jason Morin Excel Worksheet Functions 0 April 21st 05 05:41 PM
count duplicate (or, inversely, unique) entries, but based on a condition markx Excel Worksheet Functions 3 March 8th 05 06:57 PM
Counting unique entries in column A but only if specific values appear in columns B and C markx Excel Worksheet Functions 1 February 10th 05 11:52 AM
How do I return the unique entries from a column to a listbox Dave Mc Excel Worksheet Functions 4 February 9th 05 08:02 AM
how do i see more than first 1000 unique entries filters dropdow.. Diana Setting up and Configuration of Excel 2 December 22nd 04 09:41 PM


All times are GMT +1. The time now is 07:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"