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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!