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
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!