Added time + NOW within the working hours

Treffend

New Member
Joined
Mar 9, 2017
Messages
1
Is it possible to create a formula that the added time calculated within the working hours?


example: if there is on Friday added time, that he does not count weekends
stops friday 16u30 but continue from Monday 08u

A1 = the added time
A2 = the time now + the added time


[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]50:00:00[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]=NOW()+(A1)[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]working hours[/TD]
[/TR]
[TR]
[TD="align: center"]mo - fr[/TD]
[TD="align: center"]08u - 16u30[/TD]
[/TR]
[TR]
[TD="align: center"]sa - su[/TD]
[TD="align: center"]closed[/TD]
[/TR]
</tbody>[/TABLE]

Thx in advance!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
NOW() will always update every time an entry or change is made to your sheet, it is a dynamic function, not static. Is that what you wanted?
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,874
Members
452,363
Latest member
merico17

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