Add business days to a date

You can add business days to an existing date by using the WORKDAY.INTL function.
This function will ignore Saturdays and Sundays by default.


Example

 A
1=TODAY() = Friday 01 March 2024
2=NOW() = Friday 01 March 2024 07:54:08
3=WORKDAY.INTL(A1,7) = Tuesday, 12 March, 2024 12:00 AM
4=WORKDAY.INTL(A1,21) = Monday, 01 April, 2024 12:00 AM

1 - Displays the current date. Custom format "dddd dd mmmm yyyy".
2 - Displays the current date and time. Custom format "dddd dd mmmm yyyy hh:mm:ss".
3 - Displays the date that is 7 business days after the date in cell "A1".
4 - Displays the date that is 21 business days before the date in cell "A1".


Built-in Functions

TODAY - The date serial number representing today's date.
NOW - The date serial number of the current system date and time.
WORKDAY.INTL - The date serial number that is a given number of working days before or after a date.


Related Formulas

Subtract business days from a date
Add business days to a date changing the days of the weekend
Add business days to a date excluding public holidays
Add days to a date not landing on a weekend
Number of business days between 2 dates


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top