Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of items to be completed in one column. As the items are
completed I color the cell green. There is another column that I would like to color green as the items in the first column are colored. Is there a way to link the colors of the cells so that when I change the color of one cell the color of another cell changes also? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You should look into Conditional Formatting for both cells. There would
need to be a column or something that you mark to indicate that a item is complete. That would be the easiest way to accomplish both tasks. "andoscott" wrote in message ... I have a list of items to be completed in one column. As the items are completed I color the cell green. There is another column that I would like to color green as the items in the first column are colored. Is there a way to link the colors of the cells so that when I change the color of one cell the color of another cell changes also? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a page on Conditional Formatting
http://www.mvps.org/dmcritchie/excel/condfmt.htm and you might be looking for a sum in a range to match or exceed a value, for each item to marked somehow. =SUM(B2:F2)= 100 or that there are no empty cells =COUNTIF(B2:F2,"completed")=5 --- HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "PCLIVE" wrote in message ... You should look into Conditional Formatting for both cells. There would need to be a column or something that you mark to indicate that a item is complete. That would be the easiest way to accomplish both tasks. "andoscott" wrote in message ... I have a list of items to be completed in one column. As the items are completed I color the cell green. There is another column that I would like to color green as the items in the first column are colored. Is there a way to link the colors of the cells so that when I change the color of one cell the color of another cell changes also? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not directly by looking at the colour but you can look at the condition in
your first cell to change your second cell. For example say you set A1 to green when A1 is 75. In C1 you can also look at the value of A1 and change the colour using the same condition this time using a formula. Select C1 and conditional formatting - formula is =A175. Any good? Mike "andoscott" wrote: I have a list of items to be completed in one column. As the items are completed I color the cell green. There is another column that I would like to color green as the items in the first column are colored. Is there a way to link the colors of the cells so that when I change the color of one cell the color of another cell changes also? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could set up a conditional format for both cells and have an
=IF((A1)="Done",1,0) and conditionally format the second cell so it changes when the true statement = 1. If you choose not to have the number show up in the second cell then just format the font to the same color. I did a similar function in my department dashboard and now all I have to do is enter the raw data and everything changes colors appropriately. It is a work of art. "andoscott" wrote: I have a list of items to be completed in one column. As the items are completed I color the cell green. There is another column that I would like to color green as the items in the first column are colored. Is there a way to link the colors of the cells so that when I change the color of one cell the color of another cell changes also? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: Syntax to change cell color based on color of another cell | Excel Worksheet Functions | |||
How to have row color change based on one cell to 4 colors | Excel Discussion (Misc queries) | |||
Change tab color based on a cell value | Excel Discussion (Misc queries) | |||
Change cell color based on contents | Excel Discussion (Misc queries) | |||
How Can i change the Color of a Cell Based on Number Value (-/+)? | Excel Discussion (Misc queries) |