I am trying to get a metrics report for a dashboard for a log with multiple test cycles and multiple data.
My metrics are by Status (New, Open, Cancelled, Assigned to Vendor, etc)
- Each of the Status options has to be filtered by the testing cycle which is either SIT or Deferred to SIT (I know I will have to do the same formula but change the testing cycle)
- It also has to be filtered by the priority (1-Critical, 2- High, 3-Medium, 4-Low)
I have spent hours trying to find the solution and below is the formula that keeps being mentioned.
=COUNTIFS({Status}, "New", {Testing Cycle}, "Deferred to SIT", {Priority}, [1-Critical]1)
I reference the sheet where all of the data is stored with the correct column and each time I either get a count of 0 or an error message.
What is the correct formula in this situation?