I'm trying to create a formula in a metric sheet that is referencing another sheet where data is held. I've been able to set up a COUNTIFS formula that references 2 columns so far, but my issue is that it doesn't seem to let me reference a third column using the "formula builder" as below:
I'm trying to use COUNTIFS to count all instances where, for example:
the RAG status is Red symbol (the column this would reference in the other sheet would be Action #1 Status)
the action type is News Content (the column this would reference in the other sheet would be Type of Action #1)
the team is News Programmes & Commissioning (the column this would reference in the other sheet would be Your Area)
I'm thinking my formula may need to be changed to include either an "IF", "HAS", "CONTAINS" or "AND" statement, but I'm struggling to figure it out.
Is what I'm trying to do possible? If so, how do I go about it?