Changing hours to nearest .25 hour from existing template

colt8931

New Member
Joined
Dec 7, 2005
Messages
1
Hi,
New at posting but have used the board for all my excel problems for a long time.

I currently have a timesheet that's been working great for my office which is set to calculate time to the nearest tenths but recently our accounting wants to calculate to the nearest 0.25 hour. I've read all the topics on this matter but I can't change the existing formulas correctly.
Timesheet1.xls
BCDEFGHIJKLMN
109:00 AM1:00 PM2:00 PM8:00 PM10.007.500.502.00 
118:30 AM1:00 PM1:00 PM6:00 PM9.507.500.501.50 
128:00 AM1:00 PM2:00 PM10:00 PM13.007.500.504.001.00
TimeSheet


Column B= Time in
Column C= Lunch time out
Column E= Lunch time back
Column F= Time out
Column G= Total hours
Column H= Regular hours
Column I= Straight time
Column J= Overtime
Column k= Double time

Any help would be greatly appreciated..thanks!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
this rounds to the nearest .25 of a hour.

=ROUND(a1/(1/96),0)*1/96

where a1 houses the time you wanted evaluated.
 
Upvote 0

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top