Add Business Days to a Date
An order confirmed today must ship within 10 business days, or an approval is due 3 working days after submission — you need the actual calendar date that lands on.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
WORKDAY starts at the date in A2 and steps forward 10 working days, silently hopping over every Saturday and Sunday it crosses. The start date itself doesn't count as day one — from Wednesday 8 July 2026, ten business days lands on Wednesday 22 July, two full weekends skipped. A negative count steps backwards, useful for "prepare 3 working days before the meeting." Like NETWORKDAYS, an optional third argument accepts a range of holiday dates to skip too. The result is a date serial number, so if you see a plain number like 46215, just format the cell as a date.
When to use it
Use it to compute promised ship dates, "net 10 business days" payment deadlines, review-cycle due dates, or any SLA promise expressed in working days.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09