Change cell color
Is there a way to make a cell change colors when the amount in it isn't equal to another specific cell?
Answers
-
Hey @Gina G!
I would create a helper column that is a checkbox column type, then a column formula that is:
=IF([Column A]@row=[Column B]@row, 0, 1)
- Changing the column A and B names to the columns that should be equal to each other.
The resulting formula will show check marks where rows have cells that aren't equal to the corresponding other cell. You can then use conditional formatting based around your new helper column where when the helper column is checked, highlight the column that has the appropriate cell.
Sorry if this sounds ambiguous, but without specifics it is hard to give a direct answer.
Hope this helps!
Ashley Knight
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!