I want to filter data with given conditions using comma and string columns
Jared Pietila
✭✭✭
This formula kicks back all jobs in {FM & CapEx PBR Range 1}, I want to only kick out jobs that have "Brad" listed at the project manager
=JOIN(DISTINCT({FM & CapEx PBR Range 1}), ",") + ","
Answers
-
I think you might want the COLLECT function: COLLECT Function | Smartsheet Learning Center
You insert the COLLECT function into the place in the formula where the {FM & CapEx PBR Range 1} range is. The COLLECT function has a place for you to specify a criterion (eg. "Brad") to look for inside a range so that the range that the COLLECT function gives to the other function is just a subset of the original range.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!