Hey Guys
I wonder could i pick your brains to iron out the kinks in my formula
I would like to calculate a % based upon the following references
Sheet Reference {EPIC}
Value "GBT-xxxx"
Sheet reference {JIRA STATUS}
Value "Pass" or "Fail/Issue" or "Gap" or "Pass - Now Fail" or "N/A (Not Applicable)"
Divided by 234 which is the total number of tests in the cycle
I have constructed the following formula but am currently getting unparseable
=COUNTIFS({EPIC}, "GBT-9950", {JIRA STATUS}, OR(@cell = "Pass", @cell ="Fail/Issue", @cell ="N/A Not Applicable", @cell = "Pass - Now Fail"), /234)
Many Thanks
Garry