RYG formula based on checkboxes

@Paul Newcome

I know you can help me. :) I got this far from your previous posts, but I'm going cross eyed now.

=IF(AND([Trusted Advisor/Last Look]1 = 1, ABS1 = 1, Service1 = 1), "Blue", IF(OR([Trusted Advisor/Last Look]1 = 1, ABS1 = 1, Service1 = 1), "Green", IF(OR(Service1 = 1), "Yellow", IF(AND(ABS1 = 1), "Yellow", "Red"))))


I want blue if all columns are checked (working)

I want Red if no columns are checked (Working)

I would like green if abs and service are checked, but trusted advisor is not

I would like green if service and trusted advisor is checked but abs is not

I would like yellow if either abs or service are checked and trusted advisor is not

Can you help me?

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!