Forum Discussion
DamHall
Dec 13, 2023Copper Contributor
Frequency of Unique phone numbers (11 digits)
I have a list of 708 rows of phone numbers with many duplicates. How do I determine how many unique phone numbers there are? In other words, how many different phone numbers texted me?
- Dec 13, 2023
=SUMPRODUCT(1/COUNTIF(A2:A17,A2:A17))
This returns the count of unique numbers in my example.
DamHall
Dec 13, 2023Copper Contributor
Not all heroes wear capes.
Thank you my friend.
Thank you my friend.