Formula question
I am struggling with the formula. I need to pull the info from all the cells that contain the "ITEM" and give me the total number. Some cells have multiple items, so when i use the COUNTIFS formula it does not pull the info from the cells with multiple items in it. What formula should I use? I need to take into account e.g. ITEM and COLOR.
Answers
-
Hey @akantemirova
Multiselect columns often need the HAS or CONTAINS function to read all the values within these cells.
Try this
=COUNTIFS(whatever range you are using, CONTAINS("ITEM", @cell))
be sure to replace my <range> with your real range.
Does this work for you?
Kelly
-
Hello Kelly. Thank you for the response.
Here is what I have
=COUNTIFS({Feature Requests Range 1}, CONTAINS("APAC"@cell), {Feature Requests Range 2}, [Product Priority Level]@row)
However, it does not work. First I put the range, which is a column, then CONTAINS("APAC"@cell). APAC is the item i need searched for in the cells of the column
Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 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!