Hi,
I have a few calculated date variables that are all dependent on one date variable. It's set up like the one below:
Proposal date = 05/30/2013
Field date = Proposal date + 5 business days
External meeting date = Proposal date + 12 days
How can I set up Field date and External meeting date so that it excludes the weekends?
A straight add will give me:
Field date = 06/04/2013
External meeting date = 06/11/2013
What I need to see is:
Field date = 06/06/2013
External meeting date = 06/17/2013
Can anyone help?