Hello,
I need help with the following formula:
=IF([Risk Level Total (IMPACTxPROBABILITY)]@row = 25, "Down", IF([Risk Level Total (IMPACTxPROBABILITY)]@row <= 20, "Angle Down", IF([Risk Level Total (IMPACTxPROBABILITY)]@row <= 12, "Sideways", IF([Risk Level Total (IMPACTxPROBABILITY)]@row <= 10, "Angle Up", "Up"))))
I need "Down" if score is 25, "Angle Down" if score is between 15 and 20, "Sideways" if score is between 10-12, "Angle Up" is score is between 5-9, and Up if score is between 1-4. Thank you!