share info from one cell to a specific cell in separate sheet after selecting from single dropdown
Anyone wanna give this a shot?
Answers
-
Strikes me as a simple INDEX/MATCH case, so your column formula in [Wire 1 Stock] would look like this:
=IFERROR(INDEX({Inventory Stock Control PickStockQuantity}, MATCH([Wire 1]@row, Inventory Stock Control PickItemName, 0)), "")
This assumes, for the first of those references, that you've selected the [Stock Quantity] column in the Inventory Stock Control sheet and named the Sheet reference name as indicated. I always use Pick... and then concatenate that with the concatenated name of the column I'm referencing.
Note that you probably won't be able to simply copy/paste that formula. INDEX/MATCH formulas have to be be manually built so that the cross-referencing will operate. However, you can use the following formula (it will initially give an error; ignore that and proceed) and double-click the ...Column "words" and then perform the Reference Another Sheet actions for the external/reference sheets.
=IFERROR(INDEX(ReferenceSheetPickContentColumn, MATCH([CurrentSheetMatchColumn]@row, ReferenceSheetPickMatchColumn, 0)), "")
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!