+ Reply to Thread
Results 1 to 2 of 2

counting unique numbers in filtered data

  1. #1
    deb
    Guest

    counting unique numbers in filtered data

    Hi, I'm trying to use the formula =SUM(N(FREQUENCY(RANGE,RANGE)>0)) to count
    unique numbers which in the past has worked great, but now I'm using a
    worksheet that is filtered and it's not working. Any suggestions?


  2. #2
    Domenic
    Guest

    Re: counting unique numbers in filtered data

    Try...

    =SUM(IF(FREQUENCY(IF(SUBTOTAL(3,OFFSET(Range,ROW(Range)-MIN(ROW(Range)),,
    1)),Range),IF(SUBTOTAL(3,OFFSET(Range,ROW(Range)-MIN(ROW(Range)),,1)),Ran
    ge))>0,1))

    ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

    Hope this helps!

    In article <[email protected]>,
    deb <[email protected]> wrote:

    > Hi, I'm trying to use the formula =SUM(N(FREQUENCY(RANGE,RANGE)>0)) to count
    > unique numbers which in the past has worked great, but now I'm using a
    > worksheet that is filtered and it's not working. Any suggestions?


+ 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