Check a Checkbox in one Sheet based on Checkbox Checked in another Sheet
I am trying to make checkboxes check in a multiple entry sheet when a checkbox in a core data sheet is checked.
The core data sheet holds employee information that is referenced in the multiple entry sheet. When the employee leaves I have a checkbox to check in a column 'Employee left business' and this column is replicated in the multiple entry sheet.
In the multiple entry sheet the employee can appear multiple times. If they leave I want to be able to check the box in the core data sheet and that action then automatically checks the boxes against that employees name in the multiple entry sheet.
Is this possible?
Answers
-
If I understand your scenario correctly then yes.
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 week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. 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.
-
Hi Andree, I have shared a version of the sheets I am working on.
-
Glad we got it working!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. 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.
-
What was the solution to this?
-
I'd appreciate knowing the answer to this, could someone please advise? Thanks!
-
Hi @estineford
The solution depends on your specific sheet set-up and end goal. It's likely a cross-sheet formula was used, potentially an INDEX(MATCH combination.
Here's a Help Article with some examples: Formula combinations for cross sheet references
If none of those formula have helped you, please feel free to post a new Question in the Community with screen captures of your sheets (with sample data) to show your set-up. We'd be happy to help!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
I'm trying to do the same thing. I look at several sheets, matching two criteria (Job #) and (Item #) to see if the "checkbox" in the "checkbox column" is checked, and want to check the checkbox in the source sheet. I can't use VLOOKUP because there may be multiple items that match one of the two above criteria.
Since it looks like this has been solved, can someone post an example?
-
It sounds like an INDEX(COLLECT combination should work for your scenario. The article linked above has an example of how to build this out: Lookup one cell using multiple criteria
You could also simply use a COUNTIFS to count if any of the rows in the source sheet meet all 3 of your criteria, then check the box if that's true:
=IF(COUNTIFS({Job Number Column}, [Job #]@row, {Item Number Column}, [Item #]@row, {Checkbox Column}, 1) > 0, 1, 0)
If there's a row that meets all 3 of your criteria, it will return a Count of 1, which is greater than 0. If that's the case, the IF statement returns a 1, otherwise it will return 0.
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!