TIME LIMITATIONS

cooleomter

New Member
Joined
Sep 3, 2024
Messages
25
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
I have a time table about period of Work ( meaning Time Consumed for a task. My problem is that the start time and end time is only given. The break times are not deducted.

for example: start 7:00:00 am end 4:00:00 pm breaktimes are 9:00:00 am to 9:15:00 AM which is 15 minutes , 10:30:00 am to 11:30:00 AM which is 60 minutes, and 2:00:00 pm to 2:15:00 AM which is 15 minutes
total Working hours per day is 7.5 hours and total breaktime is 1.5 hours.

Problem: if there are schedules of 2:00:00 pm until 3:00;00 pm and there so many data..

Need: Formula to adjust the whole Period columns.
(End time minus Start time) minus (if end time is in between 7am to 10:29:59 then 15 minutes, if end time is in between 7am to 1:59:59 pm then 1hr and15 minutes, if end time is in between 7am to 4:00:00 pm then 1hr. 30 minutes)
Tried: =(D8-C8)-IF(OR(D8<"07:00:00 AM",D8>="09:15:00 AM"),"00:15:00","0")-IF(OR(D8<"10:30:00 AM",D8>="01:59:59 PM"),"01:00:00","0")-IF(OR(D8<"02:15:00 PM",D8>="04:00:00 PM"),"00:15:00","0")


Can you help me.. Thank you
 
Last edited:

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,223,327
Messages
6,171,486
Members
452,407
Latest member
Broken Calculator

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