Hi, I am trying to use countifs by referencing another sheet. Here's what/how I am trying to create a report from another smartsheet:
I am trying to count the different type of Tickets for each of my developers. For example, for David I want to count how many Problem ticket has been assigned to him and how many request ticket has been assigned to him. I am referencing another sheet but it's showing "UNPARSEABLE"
=COUNTIFS({31Web Team Task Management Range 1}, [ASSIGNEE: ASSIGNEE] "DAVID NICKS", [TICKET Type]:[TICKET Type], "Problem")
Please Help. Thanks.