Issue
When using the CEILING function to round a number to the nearest integer of equal or greater value, numbers might appear larger than the expected number.
For example, when calculating CEILING(168.8/2.11), then it turned out to 81 instead of 80.