Jan 18, 2023 06:39 AM
Is there a way to count the number of weekdays between a date range?
I am currently using the following formula to count the number of days between the FROM and TO DATE:
Solved! Go to Solution.
Jan 18, 2023 07:02 AM
Yes! You can use WORKDAY_DIFF(). There's a really helpful list of all the formulas and how to use them here in the Formula Playground base: https://support.airtable.com/docs/en/formula-field-reference?highlight=formula%20playground
Jan 18, 2023 07:02 AM
Yes! You can use WORKDAY_DIFF(). There's a really helpful list of all the formulas and how to use them here in the Formula Playground base: https://support.airtable.com/docs/en/formula-field-reference?highlight=formula%20playground
Jan 19, 2023 06:14 AM
Thank you @Micki_O_Neil ! I was looking for the wrong keyword, "weekday". This helped a lot! Thanks again!
Jan 19, 2023 06:16 AM
Of course!