Title: Multi Drawdown Calculation
Last modified: May 28, 2023

---

# Multi Drawdown Calculation

 *  Resolved [ajaysingh121](https://wordpress.org/support/users/ajaysingh121/)
 * (@ajaysingh121)
 * [3 years ago](https://wordpress.org/support/topic/multi-drawdown-calculation-2/)
 * how we can calcululate multipal drowdan calculation actually i want the
 * [https://maniacs.info/Calculators/cash-app-fee-calculator.html](https://maniacs.info/Calculators/cash-app-fee-calculator.html)
 * this is my cash app calculato link :[https://allfeescalculator.com/cash-app-fee-calculator/](https://allfeescalculator.com/cash-app-fee-calculator/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmulti-drawdown-calculation-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years ago](https://wordpress.org/support/topic/multi-drawdown-calculation-2/#post-16774349)
 * Hello [@ajaysingh121](https://wordpress.org/support/users/ajaysingh121/)
 * I’m sorry, but what is the question exactly?
 * If the choices’ values in the dropdown fields are numerics, you can use them 
   in mathematical operations like any other field in the form. Ex. `SUM(fieldname1,
   fieldname2, fieldname3)`
 * However, if they are texts and you want to check them to take actions in the 
   equation, you can use conditional statements or operations:
 *     ```wp-block-code
       (function(){
       var result = SUM(fieldname1,fieldname2);
       return result*IF(fieldname3 == 'Male', 4.5, 6.2);
       })()
       ```
   
 * The equations above are hypothetical. I include them only to show that there 
   are many possibilities.
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Multi Drawdown Calculation’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/multi-drawdown-calculation-2/#post-16774349)
 * Status: resolved