How to make automated hour calculation

Henceman

New Member
Joined
Oct 9, 2017
Messages
46
Im trying to build a way, how to derive from overtime hours regular working time. The rationale is that the regular working hours would be clearly visible.


Example: I enter overtime work info 18:00-21:00 (3 hours), and excel calculates that work start time must have been 09:30 and end time 18:00
Base is that it should add 8h+30 min as working time.

Another example, I enter overtime as 17-18 (1h), excel would calculate the start time as 08:30 and end 17:00.

I hope by logic is understandable :)
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi Henceman,

if
A1 = 18:00
B1 = 21:00
put formula in C1 =A1-TIME(8,30,0)
put formula in D1 =C1+TIME(8,30,0)
You will get your answer in C1 & D1
 
Upvote 0
Re: How to make automated hour calculation (closed)

Oh, just so easy answer! thank you very much.
 
Upvote 0
Re: How to make automated hour calculation (closed)

You are very welcome.
 
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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