Intersecting dates for 14/14 schedule

ajverdin

New Member
Joined
Jul 23, 2017
Messages
3
I am a boat captain. I wish to create a worksheet that will calculate the number of daysI have worked based upon a give start date and a given end date. Butwait, it’s not that simple to just subtract the start date form the enddate. I have two columns. One column contains the start date, theother contains the end date. The first and last day counted must equal .5of a day, all other dates counted are represented as a 1. I am paid for the days that fall between the1st thru 15th and the 16th thru the end of themonth. <o:p></o:p>
Days which fall in-between the 1st & 15th<o:p></o:p>
1/1/2017-1/8/2017 would equal to 7 days, the first &last day equals .5 of a day. <o:p></o:p>
1/5/2017-1/12/2017 also equals 7 days<o:p></o:p>
1/1/2017-1/15/2017 equals 14 days<o:p></o:p>
<o:p> </o:p>
1/10/2017-1/24/2017 this situation equals 5.5 days forthe 1st thru the 15th pay period & 8.5 days for thesecond column.<o:p></o:p>
<o:p> </o:p>
Start date<o:p></o:p>
End Date<o:p></o:p>
1st thru 15th<o:p></o:p>
16th thru EOM<o:p></o:p>
Total <o:p></o:p>
1/4/2017<o:p></o:p>
1/18/2017<o:p></o:p>
11.5 days<o:p></o:p>
2.5 days<o:p></o:p>
14 days<o:p></o:p>
2/22/2017<o:p></o:p>
3/8/2017<o:p></o:p>
6.5 days<o:p></o:p>
7.5 days<o:p></o:p>
14 days<o:p></o:p>
3/22/217<o:p></o:p>
4/5/2017<o:p></o:p>
9.5 days<o:p></o:p>
4.5<o:p></o:p>
14 days<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>
<o:p> </o:p>
<o:p> </o:p>
<o:p> </o:p>
<tbody> </tbody>
<o:p> </o:p>
To better explain my situation, I work a 14/14 schedule (14days at work, 14 days home). Keep inmind, the name 14/14 is slightly misleading because I am actually working for15 consecutive days. <o:p></o:p>
My two formulas that I have come up with but they do notfunction correctly for all scenarios<o:p></o:p>
<o:p> </o:p>
=IF(AND(DAY(G8)=1,DAY(H8)=15),H8-G8,IF(MONTH(H7)=MONTH(G8),EOMONTH(DAY(G8),0)-DAY(G8)+1-0.5,IF(DAY(G8)>DAY(15),DAY(G8)-DAY(16)+0.5,DAY(15)-DAY(G8)+0.5)))<o:p></o:p>
=IF(AND(DAY(StartDate2)=1,DAY(EndDate2)=15),14,IF(AND(MONTH(EndDate2)=MONTH(StartDate2),DAY(StartDate2)>=16),EndDate2-StartDate2+290,IF(MONTH(StartDate2)<MONTH(EndDate2),EOMONTH(DAY(StartDate2),0)-DAY(StartDate2)+0.5,DAY(16)-DAY(StartDate2)-0.5)))<o:p></o:p>
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
to accomodate .5 on each end day, could you not take the start date from the end date - 1 or is that too simple
 
Upvote 0
I made a mistake in the first post. The formula I am having trouble with is as follows.
=IF(AND(DAY(G8)=1,DAY(H8)=15),14,IF(AND(MONTH(H8)=MONTH(G8),DAY(G8)>=16),H8-G8,IF(MONTH(G8)<MONTH(H8),EOMONTH(DAY(G8),0)-DAY(G8)+0.5,IF(AND(DAY(H8)<15,MONTH(H8)=MONTH(G8)),H8-G8+0.5,DAY(16)-DAY(G8)-0.5))))
 
Upvote 0
That would work in practice, but there are occasions when subtracting a whole number for the range will impact the first column. The above suggestion would not represent the actual number of days to be paid within the given ranger of the 1 thru the 15.
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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