View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Juhnny Juhnny is offline
external usenet poster
 
Posts: 2
Default Help with IF(VLOOKUP) formula

I want to create a drop down menu with products. When a product(sheet type)
is selected from the menu it will populate information about the product (lay
width & lb/lf) in two different cells. i.e when sheet type "sz-21" is
selected it will auto populate the lay width in one cell and the lb/lf in
another.

sheet type lay width lb/lf
sz-21 50 27.5
ez-88 55 29.28
jz-112 60 38.35

I can do the drop down menu with no problems. I am just having problems
with the IF(VLOOKUP) formula.
Thanks in advance...