VLOOKUP from a file on another server
I'm designing a form that I want, upon the entry of a SKU, will look up the
SKU info on another Server and return the description. This is what I have -
and it isn't working.
=VLOOKUP(C16,\\Canto\Design\OM\[PCSKU.xls]'ALLPROD' !$A$2:$B$2000,2)
|