Conditional Formatting
I have 2 columns that i want to conditional format off one another. There is primary column and secondary.
If the number in the primary column matches the secondary both cells go green,
If they do not match then both cells go red
I want this to be done automatically when a number is added into the secondary column
Answers
-
Hello @Archie123456 -
Would having a check box helper column work for you with the formula if [Secondary] equals [Primary] then check, else unchecked? You could then build conditional formatting around the helper column being checked?
Helper formula:
=IF(Secondary@row = [Primary Column]@row, 1, 0)
Conditional Formatting set up:
I hope that is helpful to you in someway,
Protonsponge
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!