This Function removes zero from an integer by rounding it up to a specified number of digits.
Syntax:
=ROUNDUP (number, num_place)
Parameter list:
Example As :
=ROUNDUP(4.3,0), Rounds 4.3 up to zero decimal places to 5.
=ROUNDUP(67.9,0), Rounds 67.9 up to zero decimal places to 68.
Similarly, =ROUNDUP(84333.93456,-2) Rounds 84333.93456 up to 2 decimal places to the left of the decimal point to 84400.
Ask Your Query