Basically I need the result of a division to always round UP to the nearest integer. So basically for example I would want the result of 6/5 to be 2. [import]uid: 123984 topic_id: 27581 reply_id: 327581[/import]
Figured it out. It is extremely simple. I just needed to put math.ceil() in front of the formula. [import]uid: 123984 topic_id: 27581 reply_id: 112033[/import]
Thanks for updating with your solution. Marking as resolved
[import]uid: 52491 topic_id: 27581 reply_id: 112173[/import]