Help with formula
I am wanting to count the number of drop down items selected in a cell, but I only want it to count in the cell for a specific row.
This is the sheet that i want to count the number of dropdown items from.
This is the sheet that i want the formula written in to return an output. Currently I have =IF(HAS({centers}, Center@row), COUNTM({july}), "") as the formula, but it is showing the total amount of items in each drop down selected for WHOLE list. What I want to see if for BIRMINGHAM = 3; Scottsdale = 4; Beverly Hills = 0
Can someone help?
Best Answer
-
Try this:
=COUNTM(COLLECT({July}, {Centers}, HAS(@cell, Center@row)))
Answers
-
Try this:
=COUNTM(COLLECT({July}, {Centers}, HAS(@cell, Center@row)))
-
that worked, thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!