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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!