Hi All,
I need to count the number of all test cases (all rows where column Test Case Ref has a value) where the the value for one particular column "Happy/Unhappy Path" is H.
I am using the formula below, but getting the INCORRECT ARGUMENT SET error. Can someone please help as to what is wrong with the formula below?
=COUNTIF([Test Case Ref]:[Test Case Ref], [Happy/Unhappy Path]:[Happy/Unhappy Path], ="H")
Thank you!