Thread: [Solved] LOOKUP and IF FUNCTION
View Single Post
 
Old 12-05-2013, 09:50 AM
midgetmogalle midgetmogalle is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Dec 2013
Posts: 10
midgetmogalle is on a distinguished road
Default LOOKUP and IF FUNCTION

I am trying to create an inventory spreadsheet with two sheets in one workbook. The first sheet is where I want all info to appear. On this first sheet is a column (G) called VENDOR INVENTORY. I would like this column to be autofilled from the second sheet column (D) called INVENTORY ON HAND. This is the formula I thought would work: =VLOOKUP(InventoryOnHand!$A2,InventoryOnHand!$A$2: $D$49,4,FALSE). However I don't get the correct information for each line item.

I have attached images so you can all see what I am talking about. I am not sure if I should be using an "IF" in addition to my "LOOKUP" or if I should be using "VLOOKUP" which I also tried and got incorrect results.

Please help ASAP!
Attached Images
File Type: png MM image.PNG (13.1 KB, 18 views)
File Type: png IOH image.PNG (8.9 KB, 20 views)
Reply With Quote