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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!