Forum Discussion
Rachel1994
May 11, 2022Copper Contributor
How to search on one column and then count distinct entries in another column (Excel)
I am trying to compare sales data from two tables. The first table shows product info (Location, product code etc.), and the second table shows all transaction data (Location, product code, customer ...
OliverScheurich
May 11, 2022Gold Contributor
=COUNTA(UNIQUE(FILTER($I$2:$I$6,$G$2:$G$6=A9)))Maybe with this formula for the layout of the attached file.
Rachel1994
May 17, 2022Copper Contributor
Thanks so much for your help, this worked perfectly!