COUNT a certain criteria from a dropdown list
Answers
-
Hello,
I was wondering if I could get some help with a formula. I tried following some formulas that I saw on this thread but it doesn't seem to be giving the data back as it just returns a 0. I'm trying to count the amount of times a certain criteria is selected from a column from a dropdown list. The columns do have multiple selections from the dropdown. I am referencing from another sheet. I would also like to only count if it's the current month. I do have helper columns, in which it returns "Yes" if its the current month. I then use that column as a criteria. I have two formulas that I tried but it doesn't seem to work. Any advice?
-
Try this:
=COUNTIFS({Range 1}, @cell = "Yes", {Range 2}, HAS(@cell, [Primary Column]@row))
-
@Shadany You are on the right track using the HAS function with your multi-select column value. With a few small tweaks we can make this work for you.
Try this:
=COUNTIFS({Production Data Range 1}, "Yes", {Production Data Range 2}, HAS(@cell,"1-Mechanical Adjustments"))
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Hi Jeff,
Thank you that worked!
-
Excellent! If you could mark my answer as accepted, that would be great.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!