WEEKDAYS() and DAYS() functions

Return the number of days or weekdays in a period


DAYS function

🗒️ Description


Days() returns the of total number of days present in that month.


Weekdays() returns the of total number of days present in that month. Weekdays are considered to be Monday to Friday (so not Saturday or Sunday)

✏️ Syntax & variables

1 DAYS()
1 Weekdays()

✅ Expected result & examples