Skip to content

How to Build a Formula

Once you’ve added questions to your calculator, you can start building a formula. To make this as clear as possible we’ll build an formula based on an example of a pricing quote calculator.

To create a calculator formula, you must first navigate to your Calculator result exit page and click “Add new result”: Build Formulas For Web Calculators

After you’ve clicked “Add new result”, a popup dialogue will appear where you can give name and description to your formula.

How To Create A Calculator Formula

  • Heading: Text in this field will act as the title for the results section. For our example, this will be “Total Cost”.
  • Description: A field for you to add additional information regarding the results. For our example, this will read “Totals may differ from final quote dependant on tax”.
  • Select Image: Import an image to display alongside this result, e.g. a logo.
  • Add CTA / Button to result: Toggle this on to add a button below this result that sends those who click it to an external URL, e.g. your website.

To find the formula builder, click the + icon at the top of the popup (or choose “Create a new formula” from the Select a formula dropdown): Create A Formula

The formula builder will then appear:

Simple Formula Builder

We recommend giving your formula a unique name, so you can easily identify it when choosing which results to show:

Name Your Formula

By default, all questions that can be used in your formula will be present.

To add questions into your formula, you can drag and drop them in from the Question data section on the left:

Drag And Drop Formula Creator

In our example Price Quote Calculator, we have two questions:

  1. What plan are you interested in subscribing to?
  2. How many seats would you like to add to your subscription?

So, for the purposes of this example we want to add the cost of the subscription and the cost of individual seats up.

Our first question is a multiple-choice, where value can be assigned to individual answers:

Give Values To Calculator Questions

Our second question is a Numeric Slider, where the values are set as the numbers along that slider (e.g. 0-10).

Slider Calculator Questions

So, we need to define the cost of the “seats” in our formula. Let’s say we want to price it at $50 per seat, we’d build this formula: Q_????+(Q????*50)

Calculate Values With Custom Formulas

Prefer working in a spreadsheet-style grid? Switch to the Excel table tab next to Simple to build the same formula in table form.

Make sure to hit “Save Changes”.