Title: Simple Help Needed
Last modified: May 14, 2024

---

# Simple Help Needed

 *  Resolved [tristanpcrs](https://wordpress.org/support/users/tristanpcrs/)
 * (@tristanpcrs)
 * [2 years ago](https://wordpress.org/support/topic/simple-help-needed-2/)
 * Simple calculator but i’m having issues moving decimal points for it to be uniform.
 * Formula is correct but how it displays the final outcome.
 * example:
 * Appreciate Rate 5.5%
 * Mortgage Interest Rate 7.5%
 * it should reflect: -2%
 * current result: -0.02%
 * anyone know the Set Equation to fix?

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years ago](https://wordpress.org/support/topic/simple-help-needed-2/#post-17754953)
 * Hello [@tristanpcrs](https://wordpress.org/support/users/tristanpcrs/)
 * Thank you very much for using our plugin. If the “Appreciate Rate” and “Mortgage
   Interest Rate” are number fields configured as percentages (by selecting the “
   Percentage” option in their “Number format” attribute), the plugin transforms
   their values into decimals before evaluating the equations.
 * So, if these fields are the fieldname1 and fiedname2 respectively, and you need
   the equation output in percentage format, you must multiply the result by 100:
 *     ```wp-block-code
       (fieldname1-fieldname2)*100
       ```
   
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Simple Help Needed’ 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: [2 years ago](https://wordpress.org/support/topic/simple-help-needed-2/#post-17754953)
 * Status: resolved