Once you have your Magento products created with your preferred custom fields added, it's time to configure the calculator using an excel sheet. The rules are simple:

That's all, you can use the rest of the sheet or any other sheets at the file to configure your product price calculator as you need. You can use all math operations and most of the functions as well, for ex:

 

- Math and trigonometry functions (ABS, FLOOR, EVEN, FACT, LOG, etc..)

- Lookup and reference functions (LOOKUP, INDEX, MATCH, etc...)

- Logical functions ( AND, IF, FALSE, NOT, etc...)

- Statistical functions (COUNT, MAX, etc...)

 

And many others, you can contact us regarding any specific function you may want introduce and we'll confirm if its available.

Example: We'll build the business card example price calculation you can check at the demo site:

 

http://demo.moonsoft.es/magento/xls-price-calculator/business-card.html

 

You can start with this simple template.

Simple template

XLSPrice calculator screenshot

At column A you will type the names of the inputs you want to use for your calculation. The ones of the image are available for default for every product, below you can add the custom fields you have for your product. For this case, we'll add the 3 custom fields of the product (Card Type,Sides, Rounded Corners)

XLSPrice calculator screenshot

 

Now you only need to use the values that will be mapped at column 'B' to handle them as needed, adding your calculations so the final result price shows on cell D2. Don't forget to return also the values for 'orderable' at cell D3 and any message you want to show at cell D4. 

XLSPrice calculator screenshot

Each time an user changes the product configuration the values will be mapped at column B and the price from cell D2 will appear. You can try your excel typing manually some of the values and see the resulting price before attaching your excel to your calculator.