I have an excel spreadsheet with one column as a combo box whose list is populated from values on another sheet in the same workbook. It is set up as so:
Sheet1
Name | Value | Type
PartA $100 (Combo Box Selection)
PartB $200 (Combo Box Selection)
Sheet2
TypeList|
TypeA1 (Shaded Red)
TypeA2 (Shaded Red)
TypeB1 (Shaded Blue)
TypeB2 (Shaded Blue)
What is want is the shading color to carry over to sheet 1 when I make the type selection from the combo box. Is this possible or will I have to shade the selection manually on sheet 1?
Sheet1
Name | Value | Type
PartA $100 (Combo Box Selection)
PartB $200 (Combo Box Selection)
Sheet2
TypeList|
TypeA1 (Shaded Red)
TypeA2 (Shaded Red)
TypeB1 (Shaded Blue)
TypeB2 (Shaded Blue)
What is want is the shading color to carry over to sheet 1 when I make the type selection from the combo box. Is this possible or will I have to shade the selection manually on sheet 1?