Index, Collect, with Contains
I have tried this multiple ways and it's still not working. Any ideas would be greatly appreciated.
Source data:
Destination sheet:
Into the Destination sheet, I want to pull the "Task Start Date" where the Client Name and Customer Name match and where the Source "Task Description" includes "Nursing". The source sheet may contain multiple rows that meet that criteria and I just need the first occurrence.
Thank you in advance!
Jennifer
Best Answers
-
Hey @JSpears
The syntax of your CONTAINS needs slight tweaking
Replace your CONTAINS with this:
CONTAINS("Nursing",@cell)
The rest of your formula will remain the same
Kelly
-
Hi @JSpears , That looks pretty close. CONTAINS() syntax should be:
CONTAINS("Nursing", @Cell)
If that doesn't get it to work, I would try each condition on its own to see if one of them is not finding the match you want.
Be well
If my response was helpful or answered your question please be sure to upvote it, mark it asawesome, or mark it as the accepted answer!
Answers
-
Hey @JSpears
The syntax of your CONTAINS needs slight tweaking
Replace your CONTAINS with this:
CONTAINS("Nursing",@cell)
The rest of your formula will remain the same
Kelly
-
Hi @JSpears , That looks pretty close. CONTAINS() syntax should be:
CONTAINS("Nursing", @Cell)
If that doesn't get it to work, I would try each condition on its own to see if one of them is not finding the match you want.
Be well
If my response was helpful or answered your question please be sure to upvote it, mark it asawesome, or mark it as the accepted answer!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!