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
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!