Forum Discussion
AlbertoBermejo
Jan 03, 2020Copper Contributor
Help: Formula to count no repeat values between dates
Hi! I would like to know a formula to count no repeat values between dates. I mean if we got a column with values and another one with dates (find an example attached) I would like to know how many o...
Abiola1
Jan 03, 2020MVP
=SUMPRODUCT(1/COUNTIF(B2:B9,B2:B9))