Hi all,
I am new to Smartsheets and would appreciate a little help.
I have a sheet with a list of UAT defect reports within it and I am using a separate sheet to try to calculate various statistics. When trying to calculate how may defect reports are open for an individual I have used the following formula:
=COUNTIFS({UAT Log [Reported by]:[Reported by]}, "John", {UAT Log [Condition]:[Condition]}, "Open")
From everything I have read this should work however I get an #INVALID REF result.
If I use the "Reference Another Sheet" option to highlight the columns I want in the formula I get the following:
=COUNTIFS({UAT Log Status Reported by}, "John", {UAT Log Status WIP}, "Open")
which gives an answer of Zero despite there being a number of reports still open for John and despite there being no column called "WIP" or "Status WIP" in the source sheet.
Can anyone help please?