There is a formula WORKDAY_DIFF({Starting Date},{Ending Date},'[holidays]')
which shows the difference between two dates and excludes holidays (optional) and Weekends (as default).
I work in a company where we have workings Saturday’s. I want to include Saturdays in this formula but unable to get through. My expected output is DAY_DIFF({Starting Date},{Ending Date},'[holidays]')
.
Would be glad if someone can guide. :grinning: