Countifs witth contains referencing another sheet

Hi all,
I cannot seem to find the issue with my formula. It gives me the error #incorrect argument set. Can someone help me? I suspect it to be the last part with the contains.
=COUNTIFS({5. EMEA - Belgium - Error Log month}, {5. EMEA - Belgium - Error Log month} = Month@row, {5. EMEA - Belgium - Error Log To be fixed by}, "Nike DM", {5. EMEA - Belgium - Error Log Type}, "workday errorlog", {5. EMEA - Belgium - Error Log fixed status}, <>"ignore", {5. EMEA - Belgium - Error Log fixed status}, <>"Not Data Management", {5. EMEA - Belgium - Error Log fixed status}, <>"Duplicate error, ignore", {5. EMEA - Belgium - Error Log fixed status}, <>"Unknown to Fix", {5. EMEA - Belgium - Error Log category}, CONTAINS("onboarding", @cell))
Thanks a lot in advance,
Judith
Best Answer
-
Hey @Judith Pappler
Try this:
=COUNTIFS({5. EMEA - Belgium - Error Log month},Month@row, {5. EMEA - Belgium - Error Log To be fixed by}, "Nike DM", {5. EMEA - Belgium - Error Log Type}, "workday errorlog", {5. EMEA - Belgium - Error Log fixed status}, <>"ignore", {5. EMEA - Belgium - Error Log fixed status}, <>"Not Data Management", {5. EMEA - Belgium - Error Log fixed status}, <>"Duplicate error, ignore", {5. EMEA - Belgium - Error Log fixed status}, <>"Unknown to Fix", {5. EMEA - Belgium - Error Log category}, CONTAINS("onboarding", @cell))
I assumed your {5. EMEA - Belgium - Error Log fixed status} was a single-select dropdown, vs a multi-select column? Is that correct?
Kelly
Answers
-
Hey @Judith Pappler
Try this:
=COUNTIFS({5. EMEA - Belgium - Error Log month},Month@row, {5. EMEA - Belgium - Error Log To be fixed by}, "Nike DM", {5. EMEA - Belgium - Error Log Type}, "workday errorlog", {5. EMEA - Belgium - Error Log fixed status}, <>"ignore", {5. EMEA - Belgium - Error Log fixed status}, <>"Not Data Management", {5. EMEA - Belgium - Error Log fixed status}, <>"Duplicate error, ignore", {5. EMEA - Belgium - Error Log fixed status}, <>"Unknown to Fix", {5. EMEA - Belgium - Error Log category}, CONTAINS("onboarding", @cell))
I assumed your {5. EMEA - Belgium - Error Log fixed status} was a single-select dropdown, vs a multi-select column? Is that correct?
Kelly
-
Hi Kelly,
It works, thank you so much! The fixed status is indeed a single dropdown.
Judith
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!