A
angelapercival
Hi everyone,
I am trying to write an IF statement to calculated a 'Risk Value' of Red, Amber or Green.
So I have to columns, one lists the probability of high, medium, low and others column to list the impact, again, high, medium or low.
I need a 3rd column to calculate the risk value based on the contents of the probability and impact calls.
i.e. something like
=IF([@Probability]="Low",[@Impact]="Low" then risk value is 'green', @Probability]="Low",[@Impact]="high", then risk value is 'orange', @Probability]="high",[@Impact]="high" then risk value is red
Thanks in advance for your help
I am trying to write an IF statement to calculated a 'Risk Value' of Red, Amber or Green.
So I have to columns, one lists the probability of high, medium, low and others column to list the impact, again, high, medium or low.
I need a 3rd column to calculate the risk value based on the contents of the probability and impact calls.
i.e. something like
=IF([@Probability]="Low",[@Impact]="Low" then risk value is 'green', @Probability]="Low",[@Impact]="high", then risk value is 'orange', @Probability]="high",[@Impact]="high" then risk value is red
Thanks in advance for your help