Timesheets

R

ReneeKameah

Our employees turn in a weekly timesheet. We pay by the quarter hour worked.
The timesheet automatically calculates the hours worked based on the
starting and ending times entered. How do I get the time sheet to round off
the total hours worked to the nearest quarter hour?
 
T

T. Valko

Try this...

A2 = start time
B2 = end time

=ROUND(MOD(B2-A2,1)*96,0)/96

Format as h:mm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top