Thread: If and Vlookup
View Single Post
  #1   Report Post  
yourmate
 
Posts: n/a
Default If and Vlookup

I would like to know a formula using the if and vlookup formulas how to
insert a description of an item from another work sheet
sheet, using a catologue number,

This is the best i could come up with

if(a5<"",vlookup(a5,StockDetails,2,false),"")

can you tell me where i am going wrong?