Help Help Help

AdriaanGerber

New Member
Joined
Jan 9, 2009
Messages
4
Hey Guys. Im looking to use excel in a basic stock check in and check out manner. To do that I would like to setup a a inventory page containing all the data of our stock. Each stock item will have a "bar code".This Barcode will then be scanned and entered on to another page. When scanned and entered into the code area i would like it to then list the stock item in the description line. Is this possible and how.

Just to show what I want

Code Description Department
VT080801 JBL VT4888 - #1 Sound

This is the basic line of my inventory

Then when I scan my code it pops up in the code section and lists the equipment. Please help
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
... continued

Try VLookup as follows:
Book1
ABCD
1CodeDescriptionDepartment
2VT001908Desc VT001908Dept C
Sheet2


Formula in B2 is =VLOOKUP($A2,Inventory!$A:$C,2,FALSE)
Formula in C2 is =VLOOKUP($A2,Inventory!$A:$C,3,FALSE)
 
Upvote 0
Thank man. Okay so if I use this formula and my inventory is in order. Will it matter what I scan out when. If Item39 gets scanned out before Item8 will that affect anything
 
Upvote 0
Hi,

The formula will just return the lookup result for the code you entered in cell A2.

You can, of course, copy down the formulae in B2, C2 to the cells below and enter more scan codes into A3 onwards.
 
Upvote 0
Remember, if the code you are looking up appears >once in the list then the VLOOKUP formula will just return the relevant info for the first one it finds.
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,927
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top