View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carim[_2_] Carim[_2_] is offline
external usenet poster
 
Posts: 97
Default want to use a barcode scanner in excell need formula "if" "then"?

Hi,

In cell A2, you can adapt the following to your specific situation :

=Vlookup(A1,YourDataTable,YourColumnNumberforDescr iption)

HTH