Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Rather than select from a list of data values I would like to offer the user
a choice of 3 cell colours to apply. Is this possible and if it is could someone kindly point me in the right direction? Many thanks Bal |
#2
![]() |
|||
|
|||
![]()
You can't show colours in a dropdown list, but you could show colour
names. Then, in the cell that you want coloured, use conditional formatting, based on the colour name in the cell with the list. For example, if cell B2 contains the list of colour names, and cell C2 will be coloured with the selected colour: Select cell C2, and choose FormatConditional Formatting From the first dropdown, choose Formula Is In the formula box, type: =B2="Red" Click the Format button, and on the Pattern tab, choose Red Click OK, then click Add Add formulas for the remaining two colours. Bal wrote: Rather than select from a list of data values I would like to offer the user a choice of 3 cell colours to apply. Is this possible and if it is could someone kindly point me in the right direction? -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
#3
![]() |
|||
|
|||
![]() "Debra Dalgleish" wrote in message ... You can't show colours in a dropdown list, but you could show colour names. Then, in the cell that you want coloured, use conditional formatting, based on the colour name in the cell with the list. For example, if cell B2 contains the list of colour names, and cell C2 will be coloured with the selected colour: Select cell C2, and choose FormatConditional Formatting From the first dropdown, choose Formula Is In the formula box, type: =B2="Red" Click the Format button, and on the Pattern tab, choose Red Click OK, then click Add Add formulas for the remaining two colours. Bal wrote: Rather than select from a list of data values I would like to offer the user a choice of 3 cell colours to apply. Is this possible and if it is could someone kindly point me in the right direction? -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html thanks Debra, much appreciated. Bal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formulas for drop down menus | Excel Discussion (Misc queries) | |||
How do I set up a drop down menu within a drop down menu? | Excel Discussion (Misc queries) | |||
automatic color change in cells using a drop down list | Excel Worksheet Functions | |||
Filling drop down box | Excel Discussion (Misc queries) | |||
Drop List Referencing | Excel Worksheet Functions |