I want the color to show in the dropdown menuI have a sheet in which I have a color selection dropdown. Once selected, I have the cell conditionally formatted to change background color according to the selection. What I want to accomplish is to have the dropdown the user is selecting reflect the color they are choosing. In other words, not only would the dropdown show the word "Red", but the background of the selectable element would also be red.
I made my dropdown list from a named range using data validation, and conditional formatting to change the color of the cell corresponding to the selection. I was hoping that using conditional formatting on the named range would make the dropdown list appear as formatted from the named range. However, the dropdown list only shows the text, plain, unformatted. Anyone have any tricks to pass formatting through to the dropdown selection list?