Formula Question
I need to create a count formula that counts an item from a multi-dropdown column in another sheet. Not related to a string of information. Can anyone help? Thanks.
Answers
-
Do you want to count the instances of a particular text string within a multi-select dropdown column?
If so, the COUNTIF formula with a HAS function will probably do the trick. Something like this:
=COUNTIF([Column Name]:[Column Name], HAS(@cell, "Thing to Count"))
In this example, that formula would return "4" as "Thing to Count" appears 4 times in the Column called Column Name:
You could remove the "Thing to Count" from the formula and instead put this into another column like this:
The formula in the Count column is
=COUNTIF([Column Name]:[Column Name], HAS(@cell, [Look up]@row))
You replace the text to look up with a reference to the cell that contains the text.
-
Hi @LK Shook
Did I correctly understand what you needed? Did it work and make sense?
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!