Calculator template

Bundle Pricing Template

Create a bundle pricing calculator with single-item price, cost, quantity, and bundle discount inputs.

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

  • Single item price

    Uses single_item_price in formulas, starts as a currency field, and begins at 24.

  • Unit cost

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

  • Bundle items

    Uses bundle_items in formulas, starts as a number field, and begins at 3.

  • Bundle discount

    Uses bundle_discount in formulas, starts as a percent field, and begins at 15.

Outputs

What the template calculates

  • Bundle price

    Format currency

    Result style primary

    Formula (single_item_price * bundle_items) * (1 - bundle_discount)

    Bundle selling price after the bundle discount.

  • Customer savings

    Format currency

    Result style metric

    Formula (single_item_price * bundle_items) - ((single_item_price * bundle_items) * (1 - bundle_discount))

    Savings compared with buying each item separately.

  • Bundle profit

    Format currency

    Result style breakdown

    Formula ((single_item_price * bundle_items) * (1 - bundle_discount)) - (unit_cost * bundle_items)

    Profit left on the whole bundle.

Use cases

When this template helps

  • Price a multi-item bundle without losing margin.
  • Compare bundle savings with total bundle profit.
  • Start from simple bundle math before adding more costs.

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 bundle pricing 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.