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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!