D
Dave
I am using data validation - list in cell F12. What I have now works, but it
could be better. The problem is that the drop down list only shows the list
of Part Numbers and no other info. Is there a way to show Part Number,
Vendor, Description, List Price and Cost. It only needs to fill in the part
number in F12. The other fields are just to help choose the correct part
number.
Cell F12 is a data validation cell that uses allow list.
The source is a named range =Prop_Parts.
=Prop_Parts refers to =parts.xls!Part_Number
The Name Part_Number in parts.xls refers to
=OFFSET(Parts!$B$3,0,0,COUNTA(Parts!$B:$B),1)
On parts.xls
Column B3 = Part Numbers
Column C3 = Vendor
Column D3 = Description
Column E3 = List Price
Column F3 = Cost
Thanks to all for the help in advance.
Dave
could be better. The problem is that the drop down list only shows the list
of Part Numbers and no other info. Is there a way to show Part Number,
Vendor, Description, List Price and Cost. It only needs to fill in the part
number in F12. The other fields are just to help choose the correct part
number.
Cell F12 is a data validation cell that uses allow list.
The source is a named range =Prop_Parts.
=Prop_Parts refers to =parts.xls!Part_Number
The Name Part_Number in parts.xls refers to
=OFFSET(Parts!$B$3,0,0,COUNTA(Parts!$B:$B),1)
On parts.xls
Column B3 = Part Numbers
Column C3 = Vendor
Column D3 = Description
Column E3 = List Price
Column F3 = Cost
Thanks to all for the help in advance.
Dave