Pull data from other sheet.
Hi, new to managing projects on Smartsheet. Current struggle: Sheet A and Sheet B have "Vehicle Identification Number" columns with unique values for each row.
Sheet A has an "Order ID" column, which lists the unique ID associated with the "Vehicle Identification Number" of the same row.
I need to create an "Order ID" column for Sheet B now, but I want it to auto-populate data in the Sheet A "Order ID' column, as long as the "Vehicle Identification Number" values matches in both sheets.
Not sure if this is simple or not, but everything I have tried has not worked. And I would be looking a ton of manual copy and pasting hours if nothing else works.
Thanks😅
Best Answer
-
Hey @tindalli
Try this
=IFERROR(INDEX({sheet A Order ID column},MATCH([Vehicle Identification Number]@row, {sheet A Vehicle Identification Number column},0)),"")
Remember that since these are cross sheet references, you'll have to manually insert the references from the formula wizard window. You cannot simply copy paste this formula into Sheet B.
Will this work for you?
KellyIn case you're unfamiliar with cross sheet references:
Answers
-
Hey @tindalli
Try this
=IFERROR(INDEX({sheet A Order ID column},MATCH([Vehicle Identification Number]@row, {sheet A Vehicle Identification Number column},0)),"")
Remember that since these are cross sheet references, you'll have to manually insert the references from the formula wizard window. You cannot simply copy paste this formula into Sheet B.
Will this work for you?
KellyIn case you're unfamiliar with cross sheet references:
-
Thank you so much! This worked
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 413 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!