Help with setting a symbol color based off calculation
Hello,
So I have two columns. Actual and Budget
I want to calculate the difference between the two, and then if the difference is lower than the budget number, the indicator symbol would be green, else if it is higher, the indicator symbol would be red. Thoughts on how that would look in a formula. TY
Answers
-
Hi @Buster Davis,
Your formula would like this for a traffic light symbol column:
=IF(Actual@row <= Budget@row, "Green", "Red")
Result:
In the formula, it is set to be green if the budget matches the actual, if you would prefer this to be red in this circumstance then remove the 2nd = sign.
Hope this helps; if you've any questions etc. then just post! 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!