Forum Discussion
Renattae_Schmidt
Jun 06, 2022Copper Contributor
COUNTA(UNIQUE(FILTER(
Hello all, I am trying to write a formula that will counts the number of unique values in Column L:L assuming there filter Sobeys and not Voila. The below is my formula: =COUNTA(UNIQUE(...
- Jun 06, 2022
The formula isn't complete, but it should probably look like
=COUNTA(UNIQUE(FILTER('Iri Comp Data'!$H:$H,ISNUMBER(SEARCH("Sobeys",'Iri Comp Data'!$L:$L))*ISERROR(SEARCH("Voila",'Iri Comp Data'!$L:$L)))))
HansVogelaar
Jun 06, 2022MVP
The formula isn't complete, but it should probably look like
=COUNTA(UNIQUE(FILTER('Iri Comp Data'!$H:$H,ISNUMBER(SEARCH("Sobeys",'Iri Comp Data'!$L:$L))*ISERROR(SEARCH("Voila",'Iri Comp Data'!$L:$L)))))