Calculator template

Discount Impact Template

Build a discount impact calculator with list price, unit cost, discount rate, fee rate, and quantity.

Review the inputs and formulas below, then open this template in the calculator builder to customize the field names, values, result styles, and notes.

Inputs

What people fill out

  • List price

    Uses list_price in formulas, starts as a currency field, and begins at 80.

  • Unit cost

    Uses unit_cost in formulas, starts as a currency field, and begins at 30.

  • Discount rate

    Uses discount_rate in formulas, starts as a percent field, and begins at 20.

  • Fee rate

    Uses fee_rate in formulas, starts as a percent field, and begins at 5.

  • Quantity

    Uses quantity in formulas, starts as a number field, and begins at 25.

Outputs

What the template calculates

  • Discounted price

    Format currency

    Result style metric

    Formula list_price * (1 - discount_rate)

    Selling price after the discount is applied.

  • Profit per sale

    Format currency

    Result style primary

    Formula (list_price * (1 - discount_rate)) - unit_cost - ((list_price * (1 - discount_rate)) * fee_rate)

    Profit left on each sale after discount and fees.

  • Total profit

    Format currency

    Result style breakdown

    Formula ((list_price * (1 - discount_rate)) - unit_cost - ((list_price * (1 - discount_rate)) * fee_rate)) * quantity

    Total profit if the discounted quantity sells.

Use cases

When this template helps

  • See how a planned discount changes profit per sale.
  • Include fees and quantity before running a sale.
  • Create a reusable promotion calculator for products or offers.

Related

More ways to work with this math

FAQ

Quick answers

Short answers for the questions that usually come up first.

Can I edit this discount impact template?

Yes. Open the template in the builder, then change the labels, values, formulas, notes, or output display styles to fit your workflow.

Can I save a version after I change it?

Yes. Save it on this device, export JSON, or copy a share link after you make changes.

Can I use this as a starting point for a different calculator?

Yes. Templates are meant to be edited. Remove fields, add new ones, or swap formulas if you want a different custom calculator.