+ Reply to Thread
Results 1 to 3 of 3

Find unique values frequencies of data with condition

Hybrid View

  1. #1
    Registered User
    Join Date
    11-15-2008
    Location
    Mumbai
    Posts
    26

    Find unique values frequencies of data with condition

    Hi Buddies,

    I just want to find out the frequecy of unique number of certain data. Attaching the excel. I tried the array formula. But bit confused. Please help

    ---Yogi
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,912

    Re: Find unique values frequencies of data with condition

    Try this,
    E5
    =SUMPRODUCT(--($A$2:$A$100=$D5),--(ROW($A$2:$A$100)=(MATCH($A$2:$A$100&$B$2:$B$100,$A$2:$A$100&$B$2:$B$100,0)+1)))
    copied down.

    You can also see attached.
    Hope this helps,
    windknife
    Attached Files Attached Files

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Find unique values frequencies of data with condition

    In terms of Frequency Array:

    E5:
    =SUM(IF(FREQUENCY(IF($A$2:$A$24=$D5,MATCH($B$2:$B$24,$B$2:$B$24,0)),ROW($B$2:$B$24)-ROW($B$2)+1)>0,1))
    confirmed with CTRL + SHIFT + ENTER

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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