How do I make a new payroll formula based on a percentage of gross pay?

SOLVED

I need to first compare 15% of Gross Pay to a flat amount of $114.75.  If 15% of Gross Pay is greater than $114.75, then use $114.75.  If 15% of Gross Pay is less than or equal to $114.75, then use 15% of Gross Pay.  Here is the formula I have so far that isn't calculating right.  Right now, if the Loan Deduction is less than $114.75, then it uses 15% of Gross Pay.  That isn't correct.

IF((0.15 * GROSS PAY (PR CHECK)) > 114.75, 114.75, (0.15 * GROSS PAY (PR CHECK)))

Any ideas for me?

  • 0
    Is this for a report or for calculating the actual deduction for the check during payroll processing? The Deduction setup on the employee record can handle the calculations for you without a formula by using a "Calc method" of Gross Pay, enter 15 in the amount column and enter 114.75 in the "Limit" column and select the limit period (Check, Week, Month, etc).
  • 0 in reply to Art Minds
    Say the loan is for $500. I want to take no more than $114.75 until the $500 is paid back. How do I handle that part without a formula?
  • 0 in reply to PSK
    verified answer
    Use the MIN function in the formula, and be sure to use the PR Check record (as that is the record in memory when you're processing payroll), selecting the Gross Pay field from the PR Check Record. This formula should work:

    MIN (Gross Pay * 0.15, 114.75)

    You can then use the "Limit" field to put the total loan balance, which will not be exceeded.
    Familiarize yourself with the "Functions" by searching the Help menu. There are many useful functions for accomplishing results that can't be done with manually created formulas.
  • 0

    Hi PSK,

    We have an upcoming Payroll Power Pack training series you may be interested in. One of the sessions is all about payroll formulas.

    1. Go to www.sageu.com
    2. Click New to Sage University? Select your product and select Sage 300 Construction and Real Estate.
    3. Under Training subjects click Payroll.
    4. Classes titled “300C - Sage 300 Construction and Real Estate - Payroll Power Pack:” are available.

    Classes with the calendar icon are individual classes (there are 5), or you can register for all of them to get a discounted price by clicking on the stack of books icon.

    Let me know if you have any questions!