I would like to format a range of cells in Column "B".
I would like to use VBA to set the conditional formatting however, each cell will have slightly different formulas.
For example. I want to change the color of the font for each cell that has a value of 0.
So if B2=0, then the font in B2 will be white.
I don't know how to make a blanket conditional formatting statement for a range of cells all at once without all cells having the same formula.
B12 = 5 , B2 =0. If I apply a conditional format to all cells in column B based on the value of one cell.
How can I resolve this issue? Any help would be appreciated.
I would like to use VBA to set the conditional formatting however, each cell will have slightly different formulas.
For example. I want to change the color of the font for each cell that has a value of 0.
So if B2=0, then the font in B2 will be white.
I don't know how to make a blanket conditional formatting statement for a range of cells all at once without all cells having the same formula.
B12 = 5 , B2 =0. If I apply a conditional format to all cells in column B based on the value of one cell.
How can I resolve this issue? Any help would be appreciated.