Forum Discussion
hurshie
Jun 04, 2020Copper Contributor
EXCEL FORMULA HELP
Hello, I am trying to count headcount but cant seem to count unique values. example: Below is the text that i need a countif headcount and i cant seem to get unique values. If there are dupli...
JMB17
Jun 04, 2020Bronze Contributor
=sumproduct(1/countif(a1:a10,a1:a10&""))
if you want to exclude blank cells
=sumproduct((a1:a10<>"")/countif(a1:a10,a1:a10&""))