I'm trying to create a form in an excel spreadsheet where you can select a "style" from a drop down menu and based on the selection populate additional cells.
The "style" list would come from a database ("Fabsheet Database") in another excel workbook. Here's the basic layout of "Fabsheet Database":
STYLE[tab][tab]VERSION[tab][tab]A/I[tab][tab]COLOR
LYW[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]CARBON
LYW[tab][tab][tab]001[tab][tab][tab][tab]A[tab][tab][tab]CARBON
MTS[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]CARBON
MTS[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]CARBON
MTS[tab][tab][tab]002[tab][tab][tab][tab]A[tab][tab][tab]MIDNIGHT
MTS[tab][tab][tab]003[tab][tab][tab][tab]I[tab][tab][tab]MIDNIGHT
PTR[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]VINTAGE
PTR[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]VINTAGE
My form should have drop down box that lists only the active styles (an "A" in the "A/I" column means it's active). In the example above the active styles would be LYW and MTS, but not PTR. I can create the drop down with a list of all styles, but I haven't figured out how to list only the active styles.
When the style is selected from the drop down list, I need to populate another cell with the "Color". For example, when LYW is selected, "CARBON" would appear in another cell. BUT, I need the information to come only from the "active" version. For example, when MTS is selected, it populates the cell with "MIDNIGHT" (because that is the color of the "active" version).
Someone please help! I'm not sure where to start on this. If drop downs are not the best way to accomplish what I need, then please give me another suggestion.
Thanks,
Linsey
The "style" list would come from a database ("Fabsheet Database") in another excel workbook. Here's the basic layout of "Fabsheet Database":
STYLE[tab][tab]VERSION[tab][tab]A/I[tab][tab]COLOR
LYW[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]CARBON
LYW[tab][tab][tab]001[tab][tab][tab][tab]A[tab][tab][tab]CARBON
MTS[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]CARBON
MTS[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]CARBON
MTS[tab][tab][tab]002[tab][tab][tab][tab]A[tab][tab][tab]MIDNIGHT
MTS[tab][tab][tab]003[tab][tab][tab][tab]I[tab][tab][tab]MIDNIGHT
PTR[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]VINTAGE
PTR[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]VINTAGE
My form should have drop down box that lists only the active styles (an "A" in the "A/I" column means it's active). In the example above the active styles would be LYW and MTS, but not PTR. I can create the drop down with a list of all styles, but I haven't figured out how to list only the active styles.
When the style is selected from the drop down list, I need to populate another cell with the "Color". For example, when LYW is selected, "CARBON" would appear in another cell. BUT, I need the information to come only from the "active" version. For example, when MTS is selected, it populates the cell with "MIDNIGHT" (because that is the color of the "active" version).
Someone please help! I'm not sure where to start on this. If drop downs are not the best way to accomplish what I need, then please give me another suggestion.
Thanks,
Linsey