Two Columns

If Column B is Greater than Column A, turn the cell "Green"
Answers
-
That's the first step of writing a formula - thinking through the logic. So it's a simple translation to Smartsheet's formula:
=IF([Column B]@row > [Column A]@row, "Green","Red")The @row is how Smartsheet knows to look at the same row as the formula is in. I also am thinking you could use a column with Symbols type - so this formula would show a green or red symbol.
If you want the entire cell in Column B to be green, you can then set up Conditional Formatting based on this Symbols column. You cannot set up Conditional Formatting in Smartsheet based on a formula.
More info on IF:
More info on Conditional Formatting:
Good luck!
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
Help Article Resources
Categories
Check out the Formula Handbook template!