Syntax. ROUNDUP(number,num_digits)
Definition. This function rounds a number up to any number of decimal places.
=ROUNDUP(463/30 • 3,0)
First you divide the area you want to wallpaper (463 square feet) by the size of a roll (30 feet x 3 feet). Then you round the result up to an integer because you can only buy entire rolls. You can also include the length of one piece of wallpaper and the estimated waste in the calculation.
More examples for this function are:
=ROUNDUP(1.9,0)
returns 2
.
=ROUNDUP(-2.8,0)
returns -2
.
=ROUNDUP(18,-1)
returns 20
.