My following expression shows an error
Please help....
If the score is 0 then "low" , 2 and 3 is "Medium" and more than 3 is "High"
My code is
=IIf([PERFORMANCE1]<=0,"LOW",IIf([PERFORMANCE1]>3,"HIGH","MEDIUM"
)
Please help....
If the score is 0 then "low" , 2 and 3 is "Medium" and more than 3 is "High"
My code is
=IIf([PERFORMANCE1]<=0,"LOW",IIf([PERFORMANCE1]>3,"HIGH","MEDIUM"