Calculator template

Fee Calculator Template

Customize a fee calculator with sale price, percentage fee, fixed fee, and extra fee 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

  • Sale price

    Uses sale_price in formulas, starts as a currency field, and begins at 100.

  • Percentage fee

    Uses percentage_fee in formulas, starts as a percent field, and begins at 2.9.

  • Fixed fee

    Uses fixed_fee in formulas, starts as a currency field, and begins at 0.3.

  • Extra fee

    Uses extra_fee in formulas, starts as a currency field, and begins at 1.

Outputs

What the template calculates

  • Total fees

    Format currency

    Result style metric

    Formula (sale_price * percentage_fee) + fixed_fee + extra_fee

    Total amount lost to fees on the sale.

  • Net after fees

    Format currency

    Result style primary

    Formula sale_price - ((sale_price * percentage_fee) + fixed_fee + extra_fee)

    Net amount left after percentage and fixed fees.

Use cases

When this template helps

  • Estimate total fees on a sale.
  • Build a processor-style payout calculator.
  • Compare net revenue after percentage and fixed fees.

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 fee calculator 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.