Forum Discussion
GhostCrab
Aug 05, 2025Copper Contributor
COUNTIF returns error in a dynamic array
Hello. I have a formula, and it seems like the last COUNTIF would return "Error in Value", it returns error when it is used in this context. It works when I separate the result part of this LET form...
- Aug 05, 2025
COUNTIF only works with a range as first argument, not with an array. So COUNTIF(matchesdexcol,matchesdexcol) causes an error.
HansVogelaar
Aug 05, 2025MVP
COUNTIF only works with a range as first argument, not with an array. So COUNTIF(matchesdexcol,matchesdexcol) causes an error.