It works OK for me. Show us the formula and the input and we might be able tohelp.You were expecting it to do:If input > 0 result = inputIf input = 0 result = 0If input < 0 result = -input ?