Forum Discussion

GhostCrab's avatar
GhostCrab
Copper Contributor
Aug 05, 2025
Solved

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...
  • HansVogelaar's avatar
    Aug 05, 2025

    COUNTIF only works with a range as first argument, not with an array. So COUNTIF(matchesdexcol,matchesdexcol) causes an error.

Resources