N
NKR
Hi. I'm trying to create a forumla that recognizes a score and assigns a
label to it, such as "High, Medium, or Low." I was able to get part of it to
work (see below), but I'm struggling with the remaining calculation. Can
anyone assist?
=IF Probability * Impact >50, "High" (this is the part that works)
What I want to add are qualifiers to get the medium and low designation.
Our logic is good, but we keep getting syntax errors. What I've come up with
is:
=IF Probability * Impact >50, "High"
IF (Probability * Impact <50 and Probability * Impact >20, "Medium"), "Low"
Thank you for your help.
-NKR
label to it, such as "High, Medium, or Low." I was able to get part of it to
work (see below), but I'm struggling with the remaining calculation. Can
anyone assist?
=IF Probability * Impact >50, "High" (this is the part that works)
What I want to add are qualifiers to get the medium and low designation.
Our logic is good, but we keep getting syntax errors. What I've come up with
is:
=IF Probability * Impact >50, "High"
IF (Probability * Impact <50 and Probability * Impact >20, "Medium"), "Low"
Thank you for your help.
-NKR