Can I do a conditional formatting based on values between two columns ?
I would like to do a conditional formatting on a column (column A) in such a way that if the value of "column A" is not equal to "column B" then the "column A" should be red.
I dont see any options to compare values between two columns on conditional formatting. Your input is extremely appreciated.
Tags:
Answers
-
I would use a "helper" column:
Helper: =if(ColumnA=ColumnB,1,0)
Then your conditional formatting would update ColumnA if "Helper" is 0
-
You can have a look at the video via the link below, I've just found out it. Very clear instruction. Cheers
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!