Title: Minimum Value to show if less than a specified figure
Last modified: August 30, 2016

---

# Minimum Value to show if less than a specified figure

 *  Resolved [foxtucker](https://wordpress.org/support/users/foxtucker/)
 * (@foxtucker)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/minimum-value/)
 * I’m putting together an price/cost estimator for a Driveways company. I need 
   to be able to set the minimum calculated value at 300.00 as that’s the minimum
   they charge.
 * Example: Length in (Metres) x Width in Metres x 25.00
 * Here’s the simple standard formula that I’m using: prec((fieldname2*fieldname3*
   25.00),2)
 * Anyone now how to set to show 300 if the final calculated output is less that
   300?
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/minimum-value/#post-6652314)
 * Hi,
 * Yes, you simply should use the MAX operation in your equation to be sure the 
   result would be the bigger number between the mathematical operation and 300,
   just as follows:
 * `PREC(MAX(fieldname2*fieldname3*25,300),2)`
 * Best regards.
 *  Thread Starter [foxtucker](https://wordpress.org/support/users/foxtucker/)
 * (@foxtucker)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/minimum-value/#post-6652317)
 * Thanks. That works great! Very worthy of a 5 star rating
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/minimum-value/#post-6652319)
 * Hi foxtucker,
 * Thank you very much.
 * Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Minimum Value to show if less than a specified figure’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/minimum-value/#post-6652319)
 * Status: resolved