Problem:

Listed in columns B & C are the times that each employee in column A signed in and out of work today.
We want to calculate the number of hours each employee worked, rounded up to the nearest hour.

Solution:
Use the CEILING functions as shown in the following formula:
=CEILING((C2-B2)*24,1)