Hi @damniano
I have re-uploaded into server, please import after downloading the file through this link – https://limewire.com/d/vaRGH#2gdIs2JQsm
To solve the issue i had added formula and edited some of them.
Kind regards
Hello @tomstylemixthemes
Thank you. I will download it and check it out.
I have one more question.
I have the first two selectors in this calculator.
If I select the first one, then the second one appears.
In the second one, I can select a product from the list.
Later (in the final stage), I perform calculations on kilograms, lengths, and multiply by 1.5(5) – price.
Is there any possibility of specific calculations, so that if I select product 001, 002, 003 from a given list, the formula will multiply by 1.5, and if I select product 004, 005, 006, the formula will multiply by 2.0, and if I select product 007, 008, 009, the formula will multiply by 2.5?
Hi @damniano
Please keep me updated if the calculator is working correctly!
Of course there is a way to achieve this. For this from your second element take values of every option and create formula for each value.
For e.g. 2nd element contains products (if products’ price same this will not work) and their values are 1, 2 ,3. So you should create a formula which works relying the value of the 2nd element(in formula i will sign 2nd element with X). If (X==1) { X*1.5} ELSE IF ( X==2) { X*2} ELSE IF (X==3) { X*3 } ELSE {X*4}.
According to above formula, formula will multiply 2nd elements value to 1.5 if selected product with 1 value, multiplies by 2 if the value is 2 and so on.
Hope this explanation was useful!
Kind regards