Forum Discussion
saemi95
Aug 11, 2021Copper Contributor
COUNT unique values only in FILTERED dataset
Hi! I have a dataset that in principle looks like this (I have attached the file). I have to divide the value in one cell (column B) by the number of UNIQUE values in one column...
- Aug 11, 2021Perhaps you can use the filter function:
=B2/COUNTA(UNIQUE(Filter($C$2:$C$31, $A$2:$A$31=A2)))