Need help on a formula please.
I am needing some help on a formula. I want to count the number of times the following occurs in two columns of data: 1) where a value is unique/distinct AND where that value exists in another column with a certain value. Example: Unique station name and and "city" . Have tried several combinations and am stumped. Appreciate any help and time.
One example tried.
=COUNTIFS((DISTINCT(station2:station77),(District2:District77, "Dallas"))
Answers
-
Try this:
=COUNT(DISTINCT(COLLECT(station2:station77, District2:District77, "Dallas")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!