Combing IF AND CONTAINS question
Hi, I have two sheets that I am working with.
Both Sheets have a "Sales Order" Column. The Master Sheet has additional letters typed into the Sales Order Column, while the second sheet is missing those letters. The Master Sheet also has a checkbox.
For the Second Sheet, I am trying to get this checkbox working as well, except I am using the CONTAINS formula.
I have been doing:
=IF(AND(CONTAINS(SO@row, {Sales Order}), {Clonal?} = 1), 1)
My thought for the second sheet is if the Sales Order column contains the same text that is in the Master Sheet Column, and the Checkbox in the Master Sheet is checked, then the second sheet Sales Order row will also be checked. I can't figure out what I am doing wrong with my formula. Could someone please help? Thanks!!!
Best Answer
-
Ah never mind I figured it out with:
=COUNTIFS({Sales Order}, CONTAINS(SO@row, @cell), {Clonal?}, =1)
Answers
-
Ah never mind I figured it out with:
=COUNTIFS({Sales Order}, CONTAINS(SO@row, @cell), {Clonal?}, =1)
-
Thanks for sharing your solution with us! 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!