Sandman007
Programmer
I am creating a spreadsheet with conditional formatting as a feature. However I have a small bump in the road. I am looking to create some functionality in my spreadsheet that will do the following:
I have lets say 10 cells. These ten cells make up 1 cell (i.e. they sum to one cell). Each of these 10 cells will conditional format based on set formatting criteria of green, yellow, and red shading. Green shading is considered good while yellow and red are considered bad. If one of my ten cells is either yellow or red I want the cell that sums these 10 cells to turn either red or yellow. For example 9 of the 10 cells are green, bu t only one of the 10 cells is red. I want the cell that sums all 10 cells to be red. Or the other variations could be if I have 9 green and 1 yellow I want the cell that sums the 10 to be yellow or if there are 5 green, 4 yellow, and 1 red I want the cell that sums the 10 to be red.
I don't think I can accomplish this by just using the conditional formatting feature that is embedded in the format drop down; rather I think there might need to be some VB.
Please Help!
I have lets say 10 cells. These ten cells make up 1 cell (i.e. they sum to one cell). Each of these 10 cells will conditional format based on set formatting criteria of green, yellow, and red shading. Green shading is considered good while yellow and red are considered bad. If one of my ten cells is either yellow or red I want the cell that sums these 10 cells to turn either red or yellow. For example 9 of the 10 cells are green, bu t only one of the 10 cells is red. I want the cell that sums all 10 cells to be red. Or the other variations could be if I have 9 green and 1 yellow I want the cell that sums the 10 to be yellow or if there are 5 green, 4 yellow, and 1 red I want the cell that sums the 10 to be red.
I don't think I can accomplish this by just using the conditional formatting feature that is embedded in the format drop down; rather I think there might need to be some VB.
Please Help!