I want the color to change to green if checkbox is checked and stay Red if it is not.
I have this formula but it is not working for me.
=IF(Done@row = 1, Status@row = "Green", Status@row = "Red")
I have 2 columns, one is a checkbox column, and one is a symbol column with Green, Yellow and Red options. I want the color to change to green if checkbox is checked and stay Red if it is not.
Can someone pls help me with this.
Best Answer
-
Hey @jurgen93
I think the formula you are looking for is this one :=IF(Done@row = "true", "Green", "Red")
It worked for me but let me know if I missed anything.
Itai Perez
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
Answers
-
Hey @jurgen93
I think the formula you are looking for is this one :=IF(Done@row = "true", "Green", "Red")
It worked for me but let me know if I missed anything.
Itai Perez
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
-
Yes that worked. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!