Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do i count date cells without duplicate values in excel?

In excel sheet I did type dates some date have duplicate values(means repited
same date) including holidays, without some weekdays. Now i want to count
that entired dates only without duplicate values. Please help me at the
earliest. I am waiting for urs reply.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default How do i count date cells without duplicate values in excel?

Vasanth,
Should be able to perform a simple countif() function... Any date
returning a value of 1 would be unique.


Vasanth Kumar wrote:
In excel sheet I did type dates some date have duplicate values(means repited
same date) including holidays, without some weekdays. Now i want to count
that entired dates only without duplicate values. Please help me at the
earliest. I am waiting for urs reply.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default How do i count date cells without duplicate values in excel?

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

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Vasanth Kumar" <Vasanth wrote in message
...
In excel sheet I did type dates some date have duplicate values(means

repited
same date) including holidays, without some weekdays. Now i want to count
that entired dates only without duplicate values. Please help me at the
earliest. I am waiting for urs reply.



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
How do I count once, multiple duplicate values? Rolf Excel Worksheet Functions 1 February 19th 09 04:18 AM
Count Duplicate Values Abdul Shakeel Excel Discussion (Misc queries) 2 February 29th 08 04:31 PM
How to count duplicate or repeat values Roshlin Excel Discussion (Misc queries) 12 January 28th 08 10:55 PM
Count duplicate values in worksheet Quek HS Excel Programming 2 May 18th 05 04:08 AM
How do I do count calculations ignoring duplicate values Robin Faulkner Excel Discussion (Misc queries) 1 March 31st 05 03:01 PM


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

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

About Us

"It's about Microsoft Excel"