Many people don't realize that every line of a formula except the last line has to end with a ; That may have been your problem. Here is a formula that should work with a few modifications to fit your data. A=GROSS+FED_INCOME+SOC_SEC+MEDICARE+STATE; B=IF( A 217.5,0, IF (A 290,290-A,A*.25)); ANSWER=-B "A" is the calculation for net pay. You will have to make sure the field names match your field names. If anything else goes into the calculation you can add those field names to the end of the formula. Just make sure the semi-colon stays at the end of the formula.
↧