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
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
Try this,
E5
copied down.![]()
=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)))
You can also see attached.
Hope this helps,
windknife
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
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks