WORKDAY Formula

BSREXCEL

New Member
Joined
Jan 25, 2018
Messages
1
I am trying to figure out a formula for adding 30 days to a date and if it lands on a SAT/SUN it going to the previous WEEKDAY assuming there is not a holiday.

For example

Date: 1/23/18 +30 is 2/22/18 which is ok because that is a Thursday

but

Date: 2/2/18 + 30 is 3/4/18 is a Sunday need it to go to 3/2/18 (which is not a holiday)
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Welcome to the forum!

Use the WORKDAY function. You can omit the holiday portion of the code or place a table within your workbook that contains the holidays. (doesn't need to be on the same sheet.

Helpful article on the function: Info

aHR0cHM6Ly9leGNlbGpldC5uZXQvc2l0ZXMvZGVmYXVsdC9maWxlcy9zdHlsZXMvb3JpZ2luYWxfd2l0aF93YXRlcm1hcmsvcHVibGljL2ltYWdlcy9mdW5jdGlvbnMvbWFpbi9leGNlbGpldF93b3JrZGF5LnBuZz9pdG9rPUpQZlJuQ2kz
<!--StartFragment-->[FONT=&quot]=WORKDAY (start_date, days, [holidays])[/FONT]<!--EndFragment-->
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,263
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top