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...
Jblake998
Jul 17, 2021Copper Contributor
I don't know how to define the Table range in the formula for the Risk Rating cell to auto fill with the Category of Risk (H18 etc.) and the colour for the risk rating.
- Yea_SoJul 17, 2021Bronze Contributor
I downloaded the file you shared, I will study it and I will ask you questions to verify if my comprehension to the item is correct before applying the appropriate formula
- Jblake998Jul 17, 2021Copper ContributorOkay Thanks.
I appreciate your help.- Yea_SoJul 17, 2021Bronze Contributor
Here you go. The formula is:
=INDEX(Consequence,MATCH(LEFT('Electrical-Commission '!W15,1),LEFT('Risk Matrix'!$A$5:$A$10,1),0),MATCH(LEFT(X15,1),LEFT('Risk Matrix'!$A$5:$F$5,1),0))
and it seems to bring the color along with the color in the matrix as well.