I have a schedule in Excel. On Sheet1 I have a legend that dictates cell colors based on value.
Examples:
cell value = 1, cell is grey and text is bold
cell value = 1T, cell is grey
cell value = 1F, cell is grey
cell value = 2 cell is blue and text is bold
cell value = 2T cell is blue
cell value = 2F cell is blue
cell value = 3 cell is green... etc
There are about 10-15 different formats that I use.
On Sheet2, there are hundreds of cells that have various number and letter combinations, I've used conditional formatting to make them match the legend, but I've had to use numerous rules to make it work. I've had to make a different rule even for 1T and 1F because I can't seem to make some sort of OR statement. What I'd like to do is have a macro that does the work since people keep messing up the conditional formatting in the cells. Please help.
Examples:
cell value = 1, cell is grey and text is bold
cell value = 1T, cell is grey
cell value = 1F, cell is grey
cell value = 2 cell is blue and text is bold
cell value = 2T cell is blue
cell value = 2F cell is blue
cell value = 3 cell is green... etc
There are about 10-15 different formats that I use.
On Sheet2, there are hundreds of cells that have various number and letter combinations, I've used conditional formatting to make them match the legend, but I've had to use numerous rules to make it work. I've had to make a different rule even for 1T and 1F because I can't seem to make some sort of OR statement. What I'd like to do is have a macro that does the work since people keep messing up the conditional formatting in the cells. Please help.