COUNTIFS with multiple criteria from multiple columns

Hi all,

I have tried various different formulas from various posts on here but still keep getting Unparseable.

I am trying to create a formula, linking from another sheet, to find the following criteria:

If the row contains ANY of these values: "未着手 Not Started", "進行中 In Progress", "現場確認 Field Review", "保留中(予算)On Hold (Funding)", "保留中 On Hold" from the Column {状態 Status} AND the row contains "Example1" from the Column {エリア Area}.

Any help is appreciated!

Tags:

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    It would look something like this:

    =COUNTIFS({状態 Status}, OR(@cell = "未着手 Not Started", @cell = "進行中 In Progress", @cell = "現場確認 Field Review", @cell = "保留中(予算)On Hold (Funding)", @cell = "保留中 On Hold"), {エリア Area}, @cell = "Example1")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!