How do I populate a destination sheet with data from a source sheet based on a checkbox from source.
I need to bring data from column 6 of source sheet based on a checkbox being checked in column 1 in same sources sheet.
Is this possible?
Answers
-
It should be possible but the specifics are going to depend on your details. Are you able to provide some screenshots with mock data manually entered that shows what you are working with and what you are hoping to accomplish?
-
Destination Sheet
Master Sheet
I want to check to see if the yes column is checked if so I need to bring the data for the fields in the same row.
Does that help?
-
Just for context the master sheet I am working from has well over the max that is allowed for cell linking.
-
Have you looked into pulling a report?
-
I have thought of that, however there are more data that will need to be added to each row before sharing with the recipient. I would like to the data that already exists to populate as boxes are checked and unchecked on the master sheet so we aren't duplicating work.
-
I hope you're well and safe!
To add to Paul's excellent advice/answer.
You could use cross-sheet formulas combined with either a VLOOKUP or INDEX/MATCH structure to connect the sheets, and when you update the source sheet, it will reflect on the destination sheet.
Would that work/help?
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 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.
-
I have tried multiple times. I have tried just matching the technology platform column but get "incorrect argument"
=INDEX({EDI Master Sheet Range 1}, MATCH("Bswift", {EDI Master Sheet Range 1}), MATCH("Plansource", {EDI Master Sheet Range 1}), MATCH("Employee Navigator", {EDI Master Sheet Range 1}))
I have tried if function with index and match inside. I have tried index(collect). I get errors everytime.
-
The structure would something like this.
=INDEX({ColumnWithTheValueYouWantToShow}; MATCH(CellThatHaveTheValueToMatch@row;
{ColumnWithTheValueToMatchAgainsTheCell}; 0))
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that help?
✅Remember! 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.
-
Questions in bold:
=INDEX({ColumnWithTheValueYouWantToShow};
MATCH(CellThatHaveTheValueToMatch(what if there is more than one possible value?)
@row;
{ColumnWithTheValueToMatchAgainsTheCell} (Is this the same column that I used with the index function?); 0))
What if I wanted to use an additional argument to check to see if the checkbox in same row was checked? I only want to bring the data from that row if the checkbox is checked.
-
I have gotten the index match formula to work but it will not copy down to populate the correct info. It shows the same result as the first cell.
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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!