Hi, have a spreadsheet that has 2 sets of dates and times on it. I added =(D2-C2) to a column called Interval and that's fine.
I have this on another tab that looks at public holidays =(NETWORKDAYS(C2,D2,'Public Holidays'!$B$2:$B$14))
This the next column =D2-C2+1 counts the days, i think correct me if i'm wrong.
This under a column heading Saturday =IF(WEEKDAY(D2)-WEEKDAY(C2)<=0,-1,0)-INT(I2/14) someone else gave me that not sure what it's doing
Last column is =(I2-H2+J2) which if there number in there take 24 hrs of the interval.
I need this take sunday and public hoildays into account and adjust the interval accordingly
I have this on another tab that looks at public holidays =(NETWORKDAYS(C2,D2,'Public Holidays'!$B$2:$B$14))
This the next column =D2-C2+1 counts the days, i think correct me if i'm wrong.
This under a column heading Saturday =IF(WEEKDAY(D2)-WEEKDAY(C2)<=0,-1,0)-INT(I2/14) someone else gave me that not sure what it's doing
Last column is =(I2-H2+J2) which if there number in there take 24 hrs of the interval.
I need this take sunday and public hoildays into account and adjust the interval accordingly