I have a service metric to report how many repeat customers we have and I'm looking to build that via formula in a sheet summary. I have a Customer column that looks something like this:
Bob
Susan
Tim
Susan
Gina
Susan
Tim
If the formula works correctly it would return a result of of 2 as we have 2 repeat customers, Susan and Tim. I'm not looking to count the number of duplicate values, but rather to count the number of values that have duplicate entries.
I've tried several variations of COUNTIF, COUNTIFS, and IF statements to no avail. The AI formula generator hasn't been able to help either, unfortunately. I'd be thankful to anyone who can point me in the right direction!