Dynamic summary count
To create a basic dynamic summary count with a formula, you can use the UNIQUE function to get unique values, and the COUNTIF function to count those values in the data. In the example shown, the formula in F5 is: =COUNTIF(data,E5#) Where data is an …Read more