I need help

Jitkum1982

New Member
Joined
Mar 15, 2020
Messages
1
Office Version
  1. 2019
  2. 2016
  3. 2013
  4. 2011
  5. 2010
I have start date and time. Then enter. Value in day /h column then show end date and time[ but easily count date with workdays formula But time accurate didn’t show ]

Start date and time 16-03-2020
Working hours 9:00am to 18:00 pm
Columm. D/h Then start my work 16-03-2020 14:00 pm. Add. 6 hours in then show next date 17-03-2020 10:00 am
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
If you set your data up as per the below table that should solve your problem. Column D is a helper column that saves the formula in column E being hugely complex. By the way, you would finish your task at 11:00am the next day not 10:00am

Book2
ABCDE
1Start Work9:00
2End Work18:00
3Duration9:00
4
5StartDuration
6Start16/03/2020 14:006:001.22222217/03/2020 11:00
Sheet1
Cell Formulas
RangeFormula
B3B3=B2-B1
D6D6=((TIME(HOUR(B6),MINUTE(B6),0)-XLOOKUP(TIME(HOUR(B6),MINUTE(B6),0),$B$1:$B$2,$B$1:$B$2,,-1))/$B$3)+C6/$B$3
E6E6=DATE(YEAR(B6),MONTH(B6),DAY(B6))+INT(D6)+$B$1+(D6-INT(D6))*$B$3
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

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