Forum Discussion
jessicalive
Jan 03, 2020Copper Contributor
How to create a Product Inventory List with Codes
Hello,
I am trying to create an inventory list where if I enter in a code, then the product name automatically appears in the adjacent cell.
For example:
| Code | Product Name |
| (I enter in:) ABC123 | (Name to appear automatically:) Apples |
I have approximately 60 codes. Is this possible?
Many thanks in advance.
- Yes, it’s possible.
Checkout both VLOOKUP and the INDEX and MATCH functions. The former, VLOOKUP, should suffice.
2 Replies
- mathetesGold ContributorYes, it’s possible.
Checkout both VLOOKUP and the INDEX and MATCH functions. The former, VLOOKUP, should suffice.- jessicaliveCopper Contributor
Thank you very much, I have done it mathetes