Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Changing the Color of a Font Based on Values

info25266
info25266
edited 12/09/19 in Archived 2017 Posts

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!

Comments

  • I would recommend haveing a column that takes your budget value, subtracts the actual value spent and then you can use conditional formatting to colorize it based on if it's a negative value. 

    In the below Total (R) is the total requested or the budget and Total (A) is what was actually spent. This will return the difference of the two. If the Total (A) is more than the Total (R) it will return a negative value. You then just set a condition that if any value in that column is less than 0 it gets a red format. 



    =SUM([Total (R)]23 - [Total (A)]23)



    The conditional will read something like 

    if Overunder is less than 0 then use this format (red text) on that column Overunder. 

     

    chrome_2017-10-05_16-30-19.png

    chrome_2017-10-05_16-32-15.png

This discussion has been closed.