PC Review


Reply
Thread Tools Rate Thread

count unique entries

 
 
driller2
Guest
Posts: n/a
 
      29th Nov 2009
helllo again,

i a have a "Y" column of date entry.

Most of dates are repeated, some are entered once.

I need to count only the number of dates (excldg repetitions).

example
15-Sep-09
22-Sep-09
20-Oct-09
20-Oct-09
20-Oct-09
22-Oct-09

From above 6 dates; the unique count should be 4.

thanks



 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      29th Nov 2009
Try the below

=SUMPRODUCT((Y1:Y100<>"")/COUNTIF(Y1:Y100,Y1:Y100&""))

If cell Y1 is header then adjust the range as Y2:Y100

If this post helps click Yes
---------------
Jacob Skaria


"driller2" wrote:

> helllo again,
>
> i a have a "Y" column of date entry.
>
> Most of dates are repeated, some are entered once.
>
> I need to count only the number of dates (excldg repetitions).
>
> example
> 15-Sep-09
> 22-Sep-09
> 20-Oct-09
> 20-Oct-09
> 20-Oct-09
> 22-Oct-09
>
> From above 6 dates; the unique count should be 4.
>
> thanks
>
>
>

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      29th Nov 2009
Try this...

=SUM(--(FREQUENCY(A2:A7,A2:A7)>0))

--
Biff
Microsoft Excel MVP


"driller2" <(E-Mail Removed)> wrote in message
news:049E569F-8B7A-4E04-A422-(E-Mail Removed)...
> helllo again,
>
> i a have a "Y" column of date entry.
>
> Most of dates are repeated, some are entered once.
>
> I need to count only the number of dates (excldg repetitions).
>
> example
> 15-Sep-09
> 22-Sep-09
> 20-Oct-09
> 20-Oct-09
> 20-Oct-09
> 22-Oct-09
>
> From above 6 dates; the unique count should be 4.
>
> thanks
>
>
>



 
Reply With Quote
 
driller2
Guest
Posts: n/a
 
      29th Nov 2009
thank you !
 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      29th Nov 2009
You're welcome!

--
Biff
Microsoft Excel MVP


"driller2" <(E-Mail Removed)> wrote in message
news:693829C6-80A9-4445-B3F9-(E-Mail Removed)...
> thank you !



 
Reply With Quote
 
driller2
Guest
Posts: n/a
 
      30th Nov 2009
thank you.
the formula u shared seems to work also for texts.

"Jacob Skaria" wrote:

> Try the below
>
> =SUMPRODUCT((Y1:Y100<>"")/COUNTIF(Y1:Y100,Y1:Y100&""))
>
> If cell Y1 is header then adjust the range as Y2:Y100
>
> If this post helps click Yes
> ---------------
> Jacob Skaria
>
>
> "driller2" wrote:
>
> > helllo again,
> >
> > i a have a "Y" column of date entry.
> >
> > Most of dates are repeated, some are entered once.
> >
> > I need to count only the number of dates (excldg repetitions).
> >
> > example
> > 15-Sep-09
> > 22-Sep-09
> > 20-Oct-09
> > 20-Oct-09
> > 20-Oct-09
> > 22-Oct-09
> >
> > From above 6 dates; the unique count should be 4.
> >
> > thanks
> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count unique entries =?Utf-8?B?Q2FzaA==?= Microsoft Excel Misc 4 4th Apr 2006 09:44 PM
Count unique entries =?Utf-8?B?QmVTbWFydA==?= Microsoft Excel Worksheet Functions 7 30th Aug 2005 12:53 PM
Re: Unique entries count Aladin Akyurek Microsoft Excel Worksheet Functions 0 23rd Apr 2004 07:30 AM
Re: Unique entries count Vasant Nanavati Microsoft Excel Worksheet Functions 1 23rd Apr 2004 12:18 AM
Re: Unique entries count Frank Kabel Microsoft Excel Worksheet Functions 0 22nd Apr 2004 08:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:36 PM.