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
-
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
-
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"))
-
Problem solved.
Thank you so much Paul.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!