+ Reply to Thread
Results 1 to 2 of 2

Can I Count dates without repeating?

  1. #1
    Registered User
    Join Date
    08-11-2005
    Posts
    1

    Can I Count dates without repeating?

    I am trying to count dates column without repeating every date twice.
    For Example:
    08/10/05
    08/10/05
    08/11/05
    08/11/05
    08/11/05

    Answer should be 2.

    Is it possible in Excel?

    Thank you for your time.

  2. #2
    Duke Carey
    Guest

    RE: Can I Count dates without repeating?

    This is an array formula, committed with Ctrol-Shift-Enter. Assumes you
    dates are in cells A1:A10

    =SUM(1/COUNTIF(A1:A10,A1:A10))



    "bogdan77" wrote:

    >
    > I am trying to count dates column without repeating every date twice.
    > For Example:
    > 08/10/05
    > 08/10/05
    > 08/11/05
    > 08/11/05
    > 08/11/05
    >
    > Answer should be 2.
    >
    > Is it possible in Excel?
    >
    > Thank you for your time.
    >
    >
    > --
    > bogdan77
    > ------------------------------------------------------------------------
    > bogdan77's Profile: http://www.excelforum.com/member.php...o&userid=26204
    > View this thread: http://www.excelforum.com/showthread...hreadid=395112
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1