Forum Discussion
CoinCornerGib
Sep 22, 2023Copper Contributor
Running Count of Unique Values in a Column Based on Value of Another Column
=COUNT(UNIQUE(FILTER($D$2 : D2, $Q$2 : Q2 = Q2)))
- CoinCornerGibCopper Contributor=SUM(1/FILTER(COUNTIFS($J$19:J19, $J$19:J19),$K$19:K19=K19)) is where I head to first, but it doesn't work
- NikolinoDEGold Contributor=SUMPRODUCT((($A$2:$A2=A2)*($B$2:$B2="PA")*($C$2:$C2=0))*(($A$2:$A$100=A2)*($B$2:$B$100="CP")))
- CoinCornerGibCopper ContributorHi Niko, thanks for your reply, I appreciate you taking the time to try and help. Unfortunately, without any context I'm not sure what the end goal of this formula is.
The data I gave was to provide context as to why I need this formula, but as the formula is generic and not specific to this data, I was hoping I might receive an explanation with the solution so I am able to apply it elsewhere.
Thank you!