How to use COUNTIFS where there are 3 conditions (columns to be referenced)

SteCoxy
SteCoxy ✭✭✭✭✭✭

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:

Screenshot 2023-07-25 at 14.24.16.png

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?

Best Answer

  • SteCoxy
    SteCoxy ✭✭✭✭✭✭
    Answer ✓

    Scrap that! I think I've managed it.. I copied and pasted the formula I'd already done and then was able to click just after COUNTIFS( and the "formula builder" appeared again to let me reference the other sheet phewww!

    =COUNTIFS({Action Status Range 1}, "Red", {Action Type 1}, [Action Type]@row, {Area Range 1}, "News Content")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!