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
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 500 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 78 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!