LyndaSchutter1
2 years agoQrew Trainee
Formula to calculate weekdays
I am trying to figure out total "Days on Orientation and "Days Overdue". My current formulas are able to give me the total days, and not business days. What do I need to add to the below formula to count only business days?
Total days on orientation:
If([Process Status]="Completed",([Orientation Completed]-[Effective Date]),Today()-[Effective Date])
Total Days Overdue:
Today()-[OVT Due Date]
------------------------------
Lynda Schutter
------------------------------
Total days on orientation:
If([Process Status]="Completed",([Orientation Completed]-[Effective Date]),Today()-[Effective Date])
Total Days Overdue:
Today()-[OVT Due Date]
------------------------------
Lynda Schutter
------------------------------