Calculation of leave days

Wimpie

Board Regular
Joined
Aug 12, 2008
Messages
210
Good Day
Working on Excel 2010
Need a formula to calculate the number of leave days.
C3 - Start Date, e.g. 01/07/2011
D3 - Calculation date, e.g. 31/12/2012
E3 - Number of months - ??????? Forumal need from 01/07/2011 to 31/12/2012
F3 - Days per month, e.g. 1.25
G3 - E3*F3

Please assist
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi another problem, hope you can help?
If the person started 28/09/2012 how will i calulate this (leave is calulated as 1days leave for every 12 working days -1.25 per month)
I know this person must have 2 days, how do I calulate this, the period should have been from 16/09/2012 till 15/10/2012 (sytem generate this as 0.75 days) and 16/10/2011 till 15/11/2012 (system generate this as 1.25 days.
 
Upvote 0
Hi another problem, hope you can help?
If the person started 28/09/2012 how will i calulate this (leave is calulated as 1days leave for every 12 working days -1.25 per month)
I know this person must have 2 days, how do I calulate this, the period should have been from 16/09/2012 till 15/10/2012 (sytem generate this as 0.75 days) and 16/10/2011 till 15/11/2012 (system generate this as 1.25 days.

If start date is in a1, end date is in b1, wouldn't you simply do
Code:
=NETWORKDAYS(A1,B1)/12

??
 
Upvote 0
I tried it and get 3.75, it should be 2

start date = 28/09/12
end date = 15/11/12

leave = 2.92 days

calculated as 35 working days (assuming Mon-Fri are your working days) so it's simply 35/12?

The calculation is correct.
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,839
Members
449,193
Latest member
MikeVol

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