Hello!
I want to check the number of unique text occurrences in two separate columns, right now i am only able to do it with one as such:
Is there any way to do that simply? thanks
I want to check the number of unique text occurrences in two separate columns, right now i am only able to do it with one as such:
Code:
=SUMPRODUCT((Table1[col1]<>"")/COUNTIF(Table1[col1];Table1[col1]&""))</pre>
Is there any way to do that simply? thanks