Forum Discussion
AroofShaik
7 years agoQrew Trainee
Hi,
You can use
Workdays formula for calculating next appoint date.
WeekDayAdd([Start Date],[Business Days]).
Ex.
If your taking appointment date for next week in working day
Syntax
Start date : 05-Sep-2018
business day : +5( it will calculate next 5 working date from calendar )
>> 12-Sep -2018 display as next five working date.
You can use
Workdays formula for calculating next appoint date.
WeekDayAdd([Start Date],[Business Days]).
Ex.
If your taking appointment date for next week in working day
Syntax
Start date : 05-Sep-2018
business day : +5( it will calculate next 5 working date from calendar )
>> 12-Sep -2018 display as next five working date.