Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there away to change the colour of a cell given a specific input.
Depending on the value a user gives in a cell, I'd like to correspondingly change the colour. I am assuming there is a straightforward way to test inputs and correspondingly change the settings of a cell and ideally a couple of other cells. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Format/Conditional Formatting. Select Formula Is, =$A$1=1, then click format
and select your color. When 1 is input into A1, your cell will change color. " wrote: Is there away to change the colour of a cell given a specific input. Depending on the value a user gives in a cell, I'd like to correspondingly change the colour. I am assuming there is a straightforward way to test inputs and correspondingly change the settings of a cell and ideally a couple of other cells. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() JMB wrote: Format/Conditional Formatting. Select Formula Is, =$A$1=1, then click format and select your color. When 1 is input into A1, your cell will change color. " wrote: Is there away to change the colour of a cell given a specific input. Depending on the value a user gives in a cell, I'd like to correspondingly change the colour. I am assuming there is a straightforward way to test inputs and correspondingly change the settings of a cell and ideally a couple of other cells. Thank you. That seems to work. Is there anyway to cause the change in the value of one-cell to change the colour of another cell? So let's say, I set A1 = 'Y', how could I then make A2 change to green? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill cell colour based on input in another cell | Excel Worksheet Functions | |||
Changing background colour when changing data in a cell | Excel Discussion (Misc queries) | |||
Changing a cell colour | Excel Discussion (Misc queries) | |||
Changing a row colour automatically based on a cell input. | Excel Programming | |||
Changing Cell Colour | Excel Programming |