I have a two part check list. Section and Area.
I am using the formula
=SUM(IF(FREQUENCY(MATCH(Table1[Section],Table1[Section],0),MATCH(Table1[Section],Table1[Section],0))>0,1))
to tell me how many different Sections there are.
and =COUNTIFS(Table1[Area],"*") to tell me how many Areas there...