Hi
I'm am trying to replicate the below formulas in smartsheet so it can automatically calculate the Risk Level with existing controls and with additional mitigation. The below formulas are currently being used in excel:
Formula for existing controls Risk Level:
=IFERROR(VLOOKUP(H7&I7,LikeliConseq, 2, FALSE),"")
Formula for mitigation Risk Level:
=IF(AND(L7="",M7=""),J7,VLOOKUP(L7&M7,LikeliConseq, 2, FALSE))
I would like the end result to include the Risk Level in word format (e.g. Extreme, Medium, Low etc.) and the corresponding colour as per 'Risk Level Capture' attached.
Any advice?
Thanks

