![]() |
#2
|
||||
|
||||
![]()
I think you've misunderstood what VLOOKUP does—either that or your function contains a simple typo. What you want is
Code:
=VLOOKUP($A2,InventoryOnHand!$A$2:$D$49,4,FALSE) And by the way, I think it'll be simpler and work just as well to do it this way: Code:
=VLOOKUP($A2,InventoryOnHand!$A:$D,4,FALSE) |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating a graph for Future Value function (FV function) | bmoody | Excel | 2 | 11-06-2013 10:52 AM |
If lookup function | samc | Excel | 3 | 03-10-2013 02:46 AM |
Lookup | angie.chang | Excel | 1 | 07-27-2012 09:45 PM |
![]() |
Karen222 | Excel | 3 | 01-10-2012 05:41 AM |
![]() |
aztiguen24 | Excel | 5 | 05-24-2011 03:57 AM |