Changing value in cell
Hi All,
I am new to Smartsheet so any help is appreciated. Currently trying to use multiple sheets/forms to record inventory by scanning a basic barcode. I have setup form entries to be duplicated in another sheet but the value of the barcode in numbers (ie: 407621031) needs to be recorded as the item name.
For example, I scan a barcode and it reads 407621031, this copies the row to another sheet where I can see a Makita Drill (Associated to that barcode) has been scanned and thus the sheet can record who has taken the tool and when etc.
Please provide a formula that can do this.
Many thanks
Answers
-
You would need to create a table that has the barcode numbers in one column and the tool name in another column. Then you would use an INDEX/MATCH to reference this table.
=INDEX({Tool Name}, MATCH(Barcode@row, {Barcode}, 0))
-
@Paul Newcome Thank you for the suggestion. Will definitely try it out today and let you know how it goes. Regards
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!