When i reference the VLOOKUP fields in the COUNTIFS formula, I get this error #NO MATCH.
=COUNTIFS([Server Install Status]:[Server Install Status], "Installed", [In Scope]:[In Scope], "Yes")
The [Server Install Status] column is populated with the results of =VLOOKUP([Server Name]1, {cmdb_ci_win_server20200810 Range 1}, 3, false). The results in the column are correct. However, when I reference this data in the COUNTIFS formula, I get the error above.
Please advise.