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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!