Hi all,
Thanks in advance for any help you may be able to lend. I am working on a formula where I have several different values in one column that would correspond to different balls.
Not Eligible, Not in Scope, Completed = Green
Not Started, Request Submitted, Demo Scheduled, Cancelled, TBD = Grey
Pending Assessment, Assessment Scheduled, Pending Remediation = Yellow
On Hold = Red
no value selected in column = Blank
So far, I have this, but I get errors whenever I try to enter anything else to correspond to another color ball. I could use some help sorting it out as the Nested IF's are a bit daunting.
=IF(OR([Status - Security Testing]@row = "Not Eligible", [Status - Security Testing]@row = "Not in Scope", [Status - Security Testing]@row = "Completed"), "Green")