I'm trying to score based on a percentage another field is calculating.
- If Profitability is greater than 0%, score 2.
- If Profitability is between -5% and 0%, score 1.
- If Profitability is less than -5%, score 0.
I can get it to work for greater than 0% and for less than -5% but it won't score the percentages less than -5%. I've tried at least 4 variations on this and can't get it right. Does anyone know what I'm doing wrong?

