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
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 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!