COUNTIF Using Open-Ended Range Formula (Not Working)
Comments
-
If your column has spaces in the name, you need to add brackets in the formula. Try this:
=COUNTIF([Test Result]:[Test Result], Status1)
0 -
That was the problem. Thanks!!!
0
If your column has spaces in the name, you need to add brackets in the formula. Try this:
=COUNTIF([Test Result]:[Test Result], Status1)
That was the problem. Thanks!!!