Finding a value from one sheet on another sheet and transferring cell info onto both
I need help figuring out a formula that will cross reference between two sheets.
I have one sheet that stores our open orders and another that tracks our orders undergoing quality assurance. What I need is a formula that takes the order number from the open order sheet and searches for it on the quality assurance sheet, then takes the status column and notes column from the QA sheet and populates that info on the open order sheet for that order. I assume that this would have to have several functions nested together, probably VLOOKUP, but I'm not sure where to go from there. I'd appreciate any insight into making this work.
Answers
-
Use Index/Match to collect the values. Assuming you want the data in two fields on your open orders sheet, add those two columns, for the Status one, use a formula like =INDEX({QS Status}, MATCH([Order Number]@row, {Order Number}, 1)) and then for Notes something like =INDEX({QS Notes}, MATCH([Order Number]@row, {Order Number}, 1)) . You have to setup the {} variables, of course and replace the [Order Number] with the correct column name. Hope this helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 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!