Forum Discussion
AndresVaz
May 08, 2022Copper Contributor
Trying to use UNIQUE inside COUNTIF
Hi! Im getting the kind of error you get when there's a sintax error in a formula when I try to use UNIQUE inside COUNTIF. What I have is a column (S) that's concatenating month (column A) with sel...
- May 08, 2022
UNIQUE returns an array. The first argument of COUNTIF must be a range, not an array.
See Count unique values with criteria for a way to do this.
HansVogelaar
May 08, 2022MVP
UNIQUE returns an array. The first argument of COUNTIF must be a range, not an array.
See Count unique values with criteria for a way to do this.
- AndresVazMay 09, 2022Copper Contributor
Hans, thank you so much for the prompt response. This definitely solves my issue.