My problem is the following:
I have a start day. For example: 30 - Oct - 2010
And I know how many business days I need to count back. For example: 250 business days.
Now I want to be able to calculate the start date.
Start date = (30 - Oct - 2010) - (250 Business Days) - (Amount of weekends during those 250 days).
But I don't know how to calculate the "amount of weekends".
Could anyone help me?
Thanks in advance.
Jonathan