+ Reply to Thread
Results 1 to 3 of 3

how many days

  1. #1
    argument
    Guest

    how many days

    Hi excel experts!
    I've tried to count how many different values do I have in one column, but I
    haven't manage it with any of the COUNT function. For example: in column A
    there are 150 imputs -dates, some of those are the same. I want to know the
    number of days that are registered in my column A.
    Can anyone help me? Pls?




  2. #2
    Biff
    Guest

    Re: how many days

    Hi!

    Do you want to count the unique entries?

    =SUMPRODUCT((A1:A10<>"")/COUNTIF(A1:A10,A1:A10&""))

    Biff

    "argument" <[email protected]> wrote in message
    news:[email protected]...
    > Hi excel experts!
    > I've tried to count how many different values do I have in one column, but
    > I haven't manage it with any of the COUNT function. For example: in column
    > A there are 150 imputs -dates, some of those are the same. I want to know
    > the number of days that are registered in my column A.
    > Can anyone help me? Pls?
    >
    >
    >




  3. #3
    argument
    Guest

    Re: how many days

    Biff, yes that's what I wanted to do.
    It was helpfull, thank you!!!


    "Biff" <[email protected]> wrote in message
    news:[email protected]...
    > Hi!
    >
    > Do you want to count the unique entries?
    >
    > =SUMPRODUCT((A1:A10<>"")/COUNTIF(A1:A10,A1:A10&""))
    >
    > Biff
    >
    > "argument" <[email protected]> wrote in message
    > news:[email protected]...
    >> Hi excel experts!
    >> I've tried to count how many different values do I have in one column,
    >> but I haven't manage it with any of the COUNT function. For example: in
    >> column A there are 150 imputs -dates, some of those are the same. I want
    >> to know the number of days that are registered in my column A.
    >> Can anyone help me? Pls?
    >>
    >>
    >>

    >
    >




+ 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