I am attempting to set-up a database to track employee’s Paid Time Off (PTO). Ultimately I need to convert the days off to hours but I first need to solve this problem…
I have set-up a formula field that counts the amount of days off using the WEEKDAY_DIFF() function, but I need to include Saturdays in that calculation as well.
Is there a way to scan the dates {Start Date} and {End Date}, and return how many Saturdays are included in the date range?

