In cell b5, enter the expected calls per hour based on the calculated value in cell b7 on the claims center log worksheet rounded up to the next highest integer.
a) =CEILING(b7, 1)
b) =ROUNDUP(b7, 1)
c) =ROUNDDOWN(b7, 1)
d) =ROUND(b7, 1)