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.
PeterBartholomew1
May 08, 2022Silver Contributor
Just in case there is anything of interest, here is the file showing differing levels of complexity.