Hi All,
I am building a risks log and I am getting stuck building 'if and' statements to automate the rating. I have a drop-down column for Likelihood and a drop-down column for Impact, and based on these two fields, it would be great if the rating column showed Low, Medium, High, or Very High according to the matrix below. It seems to work when I have the 5 if and statements for one group (very unlikely as an example), but then as I add the next round (unlikely for example), I get an error.
I have also tried to use workflows for this, but the problem is that workflows only allow for or statements, which doesn’t suit this purpose.
Any ideas on multiple ‘if and’ statements? Thank you in advance