If Formula Help

I need a formula to fill in a checkbox if the first name matches the first name of another sheet, last name matches, and it contains the position name Logistics. Thoughts?
=IF([First Name]@row = {First Name}, IF([Last Name]@row = {Last Name}, IF(CONTAINS("Logistics", {Position}), "true", "false")))
Best Answer
-
Try something like this...
=IF(COUNTIFS({First Name}, @cell = [First Name]@row, {Last Name}, @cell = [Last Name]@row, {Position}, CONTAINS("Logistics", @cell)) > 0, 1)
Answers
-
I hope you're well and safe!
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
I hope that helps!
Be safe and have a fantastic day!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Try something like this...
=IF(COUNTIFS({First Name}, @cell = [First Name]@row, {Last Name}, @cell = [Last Name]@row, {Position}, CONTAINS("Logistics", @cell)) > 0, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!