I need to COUNTIFS from multiple sheets. I am using 3 sheets for this and the formula is in the Total sheet.
- The sheets are named:
- Total
- Service Support KPI - Q2
- Service Support KPI - Q3
- I need it to look at a column in each Service Support sheet called Tech.
- I need it to:
- Compare to the Tech column in the Total sheet to the Tech column in the Service Support sheets
- Or use CONTAINS
- Then return a value of the total number of the tech from both Service Support sheets.
Here is the formula I am trying to use:
=COUNTIFS({Service Support KPI - Q2 Range 1}, CONTAINS([Tech Name]@row) + COUNTIFS({Service Support KPI - Q3 Range 1}, CONTAINS([Tech Name]@row)))
I keep getting an #INCORRECT ARGUMENT error.
Thanks in advance.