Attached is a dummied-up page from one of my Excel 2010 workbooks. (The actual page is full of formulas that refer to other sheets in the workbook, which is too big to upload here.) I want to change some of its Conditional Formatting settings, but it’s a bit complex and I’m not sure of the best way to handle it.
Presently, if the amount in a cell in Column G exceeds $95,000,000, the background of that cell turns green.
I want to change it so that the background of the cell stays as it is, but the font in the cell turns green and becomes bold.
The light yellow cells all have “MM” in Column C. Their yellow fill color is 255,255,204. The light orange cells all have “PB” in Column C. Their orange fill color is 252,213,180.
In specifying Conditional Formatting, I don’t see that it is possible to leave the fill color as it is, while changing only the font color. That would be the easy way, if it can be done.
Another way might be to incorporate some sort of IF statement in the Conditional Formatting rule, and apply it to $G$6:$G61. The IF would format the cell’s fill color depending on the value in Column C. I’m not sure how to create the IF statement, or if it can even be done that way.
A third way would be to format each cell in Column G, making the fill color whatever it is right now. I don’t mind manually formatting all those cells, but I’m thinking it might be a nightmare to audit everything to make sure it works.
All help or suggestions will be gratefully received.