Help with CONTAINS formula
Hi,
I currently have a formula that is looking for a value in one cell and if it matches another it throws out a yes/no.
What I want to do is amend it so it looks for certain text and have it throw out a yes/no if it matches the other cell value.
Formula is: =IF(AND([ILG (min)(mm)]@row <= 0.249, [Finish (Outer plating only)]@row = "Matte Sn"), "Yes - M- Required", "No - Not Required")
I need the [Finish (Outer plating only)]@row = "Matte Sn") section to become a CONTAINS and look for "Sn"
(In the above instance the 'Fine Pitch Coating Req' should be yes)
Any help is most appreciated.
Thanks in advance,
Answers
-
Hi James Yewen,
You can try the below formula, I hope this works for you.
=IF(AND([ILG (min)(mm)]@row <= 0.249, CONTAINS("Matte Sn", [Finish (Outer plating only)]@row), "Yes - M- Required", "No - Not Required")
Thank You
Kaveri Vipat, Sr. Smartsheet Engineer, Ignatiuz Software
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"
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!