Formula Help
I am making a risk matrix and I want to be able to calculate the risk score. How can I get this formula to work? I have 5 columns, with the last column being the risk score. I cant get the formula to work and I think it is because of the other formulas in the helper column. If there is a way to achieve this please let me know!
[Helper] Likelihood formula: =IF([Likelihood (1-5)]@row = "1 - Very Low", "1", IF([Likelihood (1-5)]@row = "2 - Low", "2", IF([Likelihood (1-5)]@row = "3 - Medium", "3", IF([Likelihood (1-5)]@row = "4 - High", "4", IF([Likelihood (1-5)]@row = "5 - Very High", "5", "")))))
[Helper] Impact formula: =IF([Impact (1-5)]@row = "1 - Minor [Minimal impact on objectives]", "1", IF([Impact (1-5)]@row = "2 - Low [Slight delays or minor cost increases]", "2", IF([Impact (1-5)]@row = "3 - Moderate [Noticeable delays or moderate cost increases]", "3", IF([Impact (1-5)]@row = "4 - High [Significant impact on schedule or budget]", "4", IF([Impact (1-5)]@row = "5 - Critical [Severe impact; may jeopardize project success]", "5", "")))))
Risk Score: =[\[HELPER\] Likelihood]@row * [\[HELPER\] Impact]@row
Best Answer
-
Hello! Since the numbers are always the very first character in the answers, what if you did something like this instead for your helper columns, which is much shorter and also makes sure the result is treated as a number value =VALUE(LEFT([Likelihood (1-5)]@row,1))
Answers
-
Hello! Since the numbers are always the very first character in the answers, what if you did something like this instead for your helper columns, which is much shorter and also makes sure the result is treated as a number value =VALUE(LEFT([Likelihood (1-5)]@row,1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!