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!
Best 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
-
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")
-
@Paul Newcome Thank you Paul! That works. I must have been doing something wrong with the transition between the two columns.
-
Happy to help. 👍️
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!