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
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 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!