Answer by
amitkinha (293)
In Excel, the RoundUp function returns a number rounded up to a specified number of digits. It is important to note that the function rounds away from 0. The syntax for the RoundUp function is:
RoundUp( number, digits )
"number: is the number to round up and "digits" is the number of digits to round the number up to.