i am trying to capture the number of business days between two dates in monarch classic, but there is no macro for this.
as a work around i have been using age(date1,date2,4)/7*5. So this will take the number of days between the two, divide out the number of approximate weeks then multiply times 5 days per week.
hoping someone has something exact.