Title: round a number
Last modified: October 6, 2022

---

# round a number

 *  Resolved [janxsch](https://wordpress.org/support/users/janxsch/)
 * (@janxsch)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/round-a-number/)
 * How can I round a number to thousands?

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/round-a-number/#post-16074832)
 * Hello [@janxsch](https://wordpress.org/support/users/janxsch/)
 * Our plugin includes multiple operations for rounding numbers:
 * ROUND, CEIL, FLOOR
 * For example, for rounding the number X to the nearest thousand number:
 * ROUND(X, 1000)
 * For rounding the number to the next thousand number:
 * CEIL(X, 1000)
 * Or to the previous thousand number:
 * FLOOR(X, 1000)
 * The rounding operations are described in the following post of the plugin blog:
 * [https://cff.dwbooster.com/blog/2020/09/20/rounding-numbers](https://cff.dwbooster.com/blog/2020/09/20/rounding-numbers)
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘round a number’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/round-a-number/#post-16074832)
 * Status: resolved