mcmullenrich
New Member
- Joined
- Apr 14, 2009
- Messages
- 20
I am trying to set up a VLOOKUP to a table which is linked to Access. The linked table is a master vendor list which comes directly from our accounting system. I'm using the VLOOKUP in a listing of payments to vendors and I want to be able to only type in the vendor number and have the VLOOKUP provide the name. The formula I used is:
=IFERROR(VLOOKUP(C2,Vendor_List,2,FALSE),"")
When I evaluate the formula, I get an error, as if the vendor number I entered isn't on the list, but it is. If you need more information please let me know.
Also, I did it this way so I could refresh the list periodically to include any new vendors, rather than having to re-export the current list every time.
Rich
=IFERROR(VLOOKUP(C2,Vendor_List,2,FALSE),"")
When I evaluate the formula, I get an error, as if the vendor number I entered isn't on the list, but it is. If you need more information please let me know.
Also, I did it this way so I could refresh the list periodically to include any new vendors, rather than having to re-export the current list every time.
Rich