Import Specific Entire Columns from one sheet to another
It seems something this simple is overly complicated. I can copy, move, manipulate rows...but columns? Why is this so difficult?
I have tried VLOOKUP and INDEX. Both I feel I am getting nowhere.
Sheet 1 (Master, holds all data) I need to pull specific columns only to Sheet 2. As rows and data are added to Sheet 1......Sheet 2 needs to continue to update the data from Sheet 1 columns specified. Please Help!
Below is my latest's try that is returning #INVALID REF. Please note that {Veh_Make} is Reference for a specific column on Sheet 1
=INDEX({Make}, MATCH({Veh_Make}, {Make}, 0))
Best Answer
-
Excellent!
To have the other sheet add the row(s), you'll need to add the number manually, so if you expect to have 500 records, you'll need to add them manually either by adding something else to the row (if you're using an auto number), or by drag fill down.
Make sense?
Did that work?
✅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.
Answers
-
Hi @J Smith
I hope you're well and safe!
You could use cross-sheet formulas and connect them by using the auto-number column in the main sheet, adding a so-called helper column to the other sheet, and filling down the amount you need to connect to the main sheet. (I'd recommend using an INDEX/MATCH structure)
Make sense?
Did that work/help?
I hope that helps!
Have a fantastic weekend & Happy New Year!
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 am still struggling with this. My latest formula attempt:
=INDEX({Make_Model}, MATCH(Make@row:Model@row, {Veh_Num}, 0))
Returns "Incorrect Argument Set"
Make_Model is Referencing two columns on the source sheet
Veh_Num is referencing the automated identifier on the source sheet.
When referencing multiple columns, which cell on the target sheet is the appropriate one to place the formula?
-
I managed to get the formula to work. My issue now is the automated # system will only put a # down if the row was updated. If I add data to Sheet 1 (Master) then Sheet2 will not know to grab the new data
Thoughts?
-
Excellent!
To have the other sheet add the row(s), you'll need to add the number manually, so if you expect to have 500 records, you'll need to add them manually either by adding something else to the row (if you're using an auto number), or by drag fill down.
Make sense?
Did that work?
✅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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!