I am trying to write a formula that references another sheet and counts the number of blank cells in the Status column only for child rows whenever the Test Case ID = "ORC-01". In this example, the result should be 1.
I've tried the following formulas, but they both return an #UNPARSEABLE error:
=COUNTIFS(CHILDREN({Status Range}, "", {Test Case ID Range}, CHILDREN([Test Case ID]@row)))
=COUNTIFS(CHILDREN({Status Range}, "", CHILDREN({Test Case ID Range}, "ORC-01")))
Thank you in advance for the guidance,
Heather