D
Dave W
I am using a formula than I would like to expand
=IF(B9="M.01_sheetgoods",VLOOKUP
($C9,sheetgoods_pricing,3,0),IF(B9="M.04_hardware",VLOOKUP
(C9,hardware_pricing,3,0),""))
Its all on one line and will be getting bigger as I add
more if conditions. I remember someone posting that there
can't be more than 7 in one formula. Is there a better way
Also these references like M.01_sheetgoods are also used
in data validation lists. First I pick a category, then I
pick the item in that category.It then returns
information about that item in other cells.
I had a master materials_list but it has grow to large to
scroll through. So I have broken it up into categories to
make looking up data alittle faster.
any ideas would be a great help
Thanks
=IF(B9="M.01_sheetgoods",VLOOKUP
($C9,sheetgoods_pricing,3,0),IF(B9="M.04_hardware",VLOOKUP
(C9,hardware_pricing,3,0),""))
Its all on one line and will be getting bigger as I add
more if conditions. I remember someone posting that there
can't be more than 7 in one formula. Is there a better way
Also these references like M.01_sheetgoods are also used
in data validation lists. First I pick a category, then I
pick the item in that category.It then returns
information about that item in other cells.
I had a master materials_list but it has grow to large to
scroll through. So I have broken it up into categories to
make looking up data alittle faster.
any ideas would be a great help
Thanks