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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!