Hi All
I'm building a budget sheet and am trying to figure out how to change the color of the font if it adds up to be over budget. For Example:
=IF([Column]1 > [Column]2, "Red")
But by doing that, it doesn't change the color, it puts in the word Red.
Is there a way to do it in Conditional Formatting that I'm just missing?
Much appreciated!