Forum Discussion
Jblake998
Jul 16, 2021Copper Contributor
Excel - Risk Rating calculation using "If(or)" function
I have copied this formula - =@IF(OR($M10="",$L10=""),"",INDEX(Matrix_Rating,MATCH($M10,Matrix_Likelihood,0),VALUE(LEFT($L10)))) from one Excel spreadsheet to another to perform the same Risk Rating...
Yea_So
Jul 16, 2021Bronze Contributor
- Jblake998Jul 17, 2021Copper Contributor
Yes your right. It must refer to that "Risk_Matrix" in another document.
So I guess I'll have to do it using an inbuilt table in this document.
Thanks for your help.
- Yea_SoJul 17, 2021Bronze Contributor
You can define that range in the Risk_Matrix Sheet as a named range "Matrix_Rating and your formula should work as is.
- Jblake998Jul 17, 2021Copper ContributorI'm still learning how to use advanced features in Excel, If I send this file to you, could you fix this for me please.