Need a formula for Business Impact Assessment

Hi There,

I'd like to determine Priority based on Impact + Urgency/Probabiliy. Each using symbols (High Medium, Low)

Does anyone have a formula I could use which will consider both entries for Impact + Urgency which can give me a result in Priority?

Based on where they meet in the table below.

Can anyone help me with a foruma to achieve this please?


Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    Try this:


    =IF(OR(AND(Impact@row = "High", Likelihood@row = "High"), AND(Impact@row = "High", Likelihood@row = "Medium"), AND(Impact@row = "Medium", Likelihood@row = "High")), "High", IF(OR(AND(Impact@row = "High", Likelihood@row = "Low"), AND(Impact@row = "Medium", Likelihood@row = "Medium"), AND(Impact@row = "Low", Likelihood@row = "High")), "Medium", "Low"))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!