I'm looking to calculate the number of weekdays and weekend days between two dates that include a time stamp.
I've used this formula:
NETWORKDAYS(I8,J8)-1+MOD(J8,1)-MOD(I8,1)
And then subtracted from the total time difference (date/time start - date/time end) to get at the weekend days. However, the networkdays only works when the start date is not a weekend day.
Any thoughts? Thanks
I've used this formula:
NETWORKDAYS(I8,J8)-1+MOD(J8,1)-MOD(I8,1)
And then subtracted from the total time difference (date/time start - date/time end) to get at the weekend days. However, the networkdays only works when the start date is not a weekend day.
Any thoughts? Thanks