Index Collect Formula with Specific Text
Hello,
We have one sheet with all of our projects in a column with various other columns of data associated. I am hoping to determine the best formula to look at all project names on this sheet and return them all to a column on new sheet if they have "Cliff" in the project name.
I have tried a few different ways and none seem to work. Below are the variables.
{PEC Blueprint Summary Sheet - DO NOT EDIT Range 1} = Name of the column on alternate sheet that has all project names listed.
[Column2]1 Column on new sheet to return Project Name
I believe that Index Collect may be the best formula, but are two different columns needed to return if value is found and then to copy?
Any help is greatly appreciated.
Answers
-
Hello @NGordon,
For this, I would recommend a formula using the JOIN, COLLECT, and CONTAINS functions. Something like this should work:
=JOIN(COLLECT({PEC Blueprint Summary Sheet - DO NOT EDIT Range 1}, {PEC Blueprint Summary Sheet - DO NOT EDIT Range 1}, CONTAINS("Cliff", @cell)), ", ")
If my comment helped you, please help others by marking it as an accepted answer and consider helping me by clicking the 💡Insightful or ❤️Awesome buttons below!
Monique Odom-Stearn
Business Process Excellence Manager
Smartsheet Leader & Community Champion
Pronouns: She/Her (What’s this?)
“Take chances, make mistakes, get messy!” – Ms. Frizzle
-
@Monique_Odom_Comcast
This does pull all of the project names but keeps in one cell. Is there a way to return each into a different cell of a column?
-
Is there a reason you are using formulas in a sheet as opposed to a row report?
-
@Paul Newcome
I want a list of projects which certain details but would also like to create additional commenting columns
-
You can include those columns in the source sheet and then use the report to show the filtered view.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!