Hi, i need to make an addition to the below formula please.
I need to add if column type is issue and impact score is 4 - gray, 3 - red, 2, amber and 1 green
=IF(AND(Type@row = "Risk", ([Impact Score]@row * [Likelihood Score]@row ) >= 20), "Gray", IF(AND(Type@row = "Risk", ([Impact Score]@row * [Likelihood Score]@row ) >= 14), "Red", IF(AND(Type@row = "Risk", ([Impact Score]@row * [Likelihood Score]@row ) >= 8), "Yellow", IF(Type@row = "Risk", "Green", ""))))