I'm trying to modify this field which currently gives a positive result if over or = to 3, then minus 2%. I want it to give a positive result for 3 or over, and equal if exactly 2 with no minus 2%.
=IF(ISBLANK(I5),"",IF(K5>=3,(M5*(G5-1))*0.98,-M5))
I would be really grateful for assistance as...