Thread
:
Trying to do a Lookup
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
Posts: 15,768
Trying to do a Lookup
Try this:
=IF(A200,VLOOKUP(C20,Sheet1!A:B,2,0),"")
--
Biff
Microsoft Excel MVP
"Heather C" <Heather
wrote in message
...
I'm trying to match a UPC # to an Item number on an invoice. I put the
formula in and it bring up thewrong item number. I'm not quite sure how
to
fix this. The formula I'm using is
=IF (A200, LOOKUP(C20,Sheet1!A:A,Sheet1!B:B),"")
PLease HELP
Reply With Quote
T. Valko
View Public Profile
Find all posts by T. Valko