Hi guys,
I'm in need of some help with regards to trying to use an IF statement to manage Priority rankings.
Basically, i have two columns that rank boht Criticality and Manageability, dependant on the score obtained across boht of these dictates the Priority ranking applied to a Risk.
I'm currently receiving an #INVALID DATA TYPE error when running this formula...any help would be much appreciated.
=IF([Criticality Score]2 * [Manageable Score]2 > 12, "1 - Critical", IF([Criticality Score]2 * [Manageable Score]2 > 6, "2 - High", IF([Criticality Score]2 * [Manageable Score]2 > 2, "3 - Medium", "4 - Low")))
Regards
Kegan