That looks right to me. Is it working for you?
Comment actions
Risk Rate have to automatically calculated based on combination as listed below
Kindly let me know the whether this is correct or not?
$RiskRate = If(($C_RiskImpact = "HIGH")&&($C_RiskProbability = "LOW"),"HIGH",If(($C_RiskImpact = "HIGH")&&($C_RiskProbability = "HIGH"),"CRITICAL",If(($C_RiskImpact = "LOW")&&($C_RiskProbability = "HIGH"),"MEDIUM",If(($C_RiskImpact = "LOW")&&($C_RiskProbability = "LOW"),"LOW"))))
Please sign in to leave a comment.
That looks right to me. Is it working for you?
Hi Josh Santos,
It is not working , throwing error as Error: Function If() expects exactly 3 arguments
Kindly help me with sharing the correct formula, which results in returning the expected value, with no syntax error.