I'm running into an issue where I'm printing a document which has some cells conditionally formatted so that the background and font colors are the same. Essentially, these cells are invisible on screen. However, when I go to print the document, the font will print out in a darker color than the background, despite being the same color setting in Excel. On the printed document, I am able to read the text that should be hidden.

I could use and if statement to return blanks instead of text, using the same parameters as the conditional formatting, but I would rather keep the functionality the same as it is now. Does anyone have any ideas?