Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
WORKDAY.INTL extends WORKDAY by letting you define which days count as the weekend using a numeric code or a 7-character binary string (1=non-workday). This makes it ideal for regions with Friday–Saturday weekends, four-day work weeks, or any non-standard schedule.
=WORKDAY.INTL(DATE(2024,1,1),10,11)=WORKDAY.INTL(DATE(2024,1,1),10,11)Computed by a real spreadsheet engine on the sample data below.
| StartDate | Days | WeekendCode | Result |
| 2024-01-01 | 10 | 11 | |
| 2024-03-01 | 5 | 7 | |
| 2024-06-17 | 8 | 11 | |
| 2024-11-25 | 4 | 7 |
=WORKDAY.INTL(DATE(2024,1,1),10,11)→45303
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Calculate business day deadlines for a country where only Sunday is a day off”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: