Hello!
I need to make a price calculator with these prerequisites:
- A number of choices will be selected from a Drop Down menu (max 5), lets named it “SELECT SERVICE”
- Price will be set on each choice while building
- Calculation: 1st most expensive choice will have no discount. 2nd most expensive choice will have 20% discount. 3rd, 4th and 5th will have 50% discount. Sum of the above calculations will be displayed on statement field.
- If YES selected on another YES/NO field then make 10% discount on 1st most expensive choice on “SELECT SERVICE”
I don’t know if this calculation can be done because i can’t find a way to set most expensive choices.
Thanks!