Page 1 of 1

Count of workdays between 2 dates

PostPosted: Mon Dec 17, 2012 4:24 pm
by timveach
Here is what I am trying to do:

Input: Start Date and End Date. Return the count of days between those two days, not including weekends (DO NOT count Saturdays or Sundays). I DO need to include holidays in the count.

Any help would be greatly appreciated!

Thanks

Tim

Re: Count of workdays between 2 dates

PostPosted: Mon Dec 17, 2012 4:42 pm
by JasonYoung
Hey Tim,

We don't have anything here for that "in stock", but there are some custom functions on Brian Dunning's site for this, so I'd check over there.

http://www.briandunning.com/filemaker-c ... ntlist.php

I've used this one in the past, and it works fine. It also lets you specify which Holidays (including none), which for your scenario sounds appropriate:

http://www.briandunning.com/cf/1182

hth,
Jason

Re: Count of workdays between 2 dates

PostPosted: Mon Dec 17, 2012 8:14 pm
by timveach
Hey Jason, Thanks so much for your response....