Supermom1

New Member
Joined
Jan 24, 2018
Messages
3
Hello there! I'm having problems coming up with an excel formula for my office. We get 10 hours and 40 minutes a month and work 8 hour days. It needs to calculate how much time accrued as well as used from the date of hire. Any help with formatting and a formula would be greatly appreciated!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Excel 2010
ABCDEFG
1Start DateCurrent DateMonthsAccrualVac UsedBalance
210-Oct-1630-Jan-18160.0550110.05
3or1-Nov-1730-Jan-18221.34021.34
4
3ddd
Cell Formulas
RangeFormula
E2=DATEDIF(B2-1,C2,"m")*10.67
E3=D3*10.67
D3=DATEDIF(B3-1,C3,"m")
G2=E2-F2
G3=E3-F3


10 hours and 40 minutes equals 10.67 hours
 
Last edited:
Upvote 0
Excel 2010
ABCDEFG
1Start DateCurrent DateMonthsAccrualVac UsedBalance
210-Oct-1630-Jan-18160.0550110.05
3or1-Nov-1730-Jan-18221.34021.34
4

<colgroup><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
3ddd

Worksheet Formulas
CellFormula
E2=DATEDIF(B2-1,C2,"m")*10.67
D3=DATEDIF(B3-1,C3,"m")
E3=D3*10.67
G2=E2-F2
G3=E3-F3

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



10 hours and 40 minutes equals 10.67 hours

Thank you! I will give this a try today!
 
Upvote 0

Forum statistics

Threads
1,216,072
Messages
6,128,632
Members
449,460
Latest member
jgharbawi

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