Forum Discussion
UrsulaLlaveria
6 years agoQrew Assistant Captain
Amy, were you able to figure this out? We are coming across a similar issue, trying to calculate a due date to include only workdays and exclude Federal Holidays. We have figured out the workdays, but still haven't come up with an easy solution for holidays that isn't user friendly.
------------------------------
Ursula
------------------------------
------------------------------
Ursula
------------------------------
BrandonDrake
6 years agoQrew Cadet
Hello Ursula,
If you are already taking the vacations into account, which it seems you are, you could wrap the entire result in ToWeekdayP.
ToWeekdayP(WeekdayAdd([First Day of Next Month], ($DaysToFollowUp + $Holidays)))
This would ensure that whatever day you calculate from your current formula will go to the previous weekday if it lands on a weekend...
------------------------------
Brandon Drake
JHI Group
Monroeville OH
------------------------------
If you are already taking the vacations into account, which it seems you are, you could wrap the entire result in ToWeekdayP.
ToWeekdayP(WeekdayAdd([First Day of Next Month], ($DaysToFollowUp + $Holidays)))
This would ensure that whatever day you calculate from your current formula will go to the previous weekday if it lands on a weekend...
------------------------------
Brandon Drake
JHI Group
Monroeville OH
------------------------------