Excel Unplugged

NETWORKDAYS.INTL and WORKDAY.INTL

I can still remember when I learned about the WORKDAY and NETWORKDAYS functions. I found them very useful and used them regularly but since I also do a lot of project calculating in Excel, the rigidness of the weekends and holiday exceptions only were not working for me. On many occasions I added the exceptions that were not holidays but had to be excluded from working days to the holiday list.

But If someone was working every day but Monday, Wednesday and Friday (so including Saturday and Sunday as working days), that was quite a lot of exceptions on the holiday list, and also quite a few holiday lists by that matter. But by default, the weekends were non working and there was nothing you could do about that.

It was months later that I found the WORKDAY.INTL and NETWORKDAYS.INTL functions and they knocked my socks off. It was exactly what I needed and it fixed all I thought was “wrong” with the WORKDAY and NETWORKDAYS functions. Just the other week I was using it again and thought I wonder if everybody knows this. Since the answer is “probably not”, I decided to write about it on Excel Unplugged.

First off, the WORKDAY and NETWORKDAYS functions.

WORKDAY function

WORKDAY, NETWORKDAYS, WORKDAY.INTL and NETWORKDAYS.INTL

The workday function needs a Start Date and the number of days in the Days argument. What it calculates is the End Date that is the number of Days from the Start Date skipping all weekends. If you observe the WORKDAY Function Wizard, you can see that there is a third argument called Holidays but it is not bold formatted. That means that it is not mandatory but it is an added functionality. If you add them, then those dates are also counted as non-working and skipped by the WORKDAY function. For example if a test was started on the 13th of April 2015 and needs 360 days of work, it will be completed on the 29th of August 2016 if you disregard holidays. Moreover, it will finnish on the 14th of September 2016 if you consider the holidays.

WORKDAY, NETWORKDAYS, WORKDAY.INTL and NETWORKDAYS.INTL demonstrated

NETWORKDAYS function

In many ways, the NETWORKDAYS Excel function is opposite to the WORKDAY Excel function. Opposite in a sense that the NETWORKDAYS function requires the Start Date and the End Date parameters and returns how many working days passed between the two.

Excel NETWORKDAYS.INTL function

Just like with the WORKDAY function, the NETWORKDAYS function excepts the optional argument of holidays. So a list of days that are not working days.

Now imagine that we need to calculate more or less the same thing but also adding every Tuesday and Thursday to exceptions. IF we wanted to do that with the WORKDAY and NETWORKDAYS functions, we would have to add all dates occuring on Tuesdays and Thursdays to the holidays column in the table and to the third argument of the WORKDAY and NETWORKDAYS functions.

But there is a much easier way. The WORKDAY.INTL and NETWORKDAYS.INTL functions.

WORKDAY.INTL and NETWORKDAYS.INTL functions

WORKDAY.INTL

WORKDAY.INTL is basically the same as WORKDAY but with one crucial distinction. The Weekend argument. The idea is that Workday International function lets you choose which days in a week are the weekend. Sounds funny but that’s what it’s intended to do.

WORKDAY and WORKDAY.INTL functions in Excel

But the Weekend argument hides a secret gem. You can actually do two things with it. First, you can write any of the numbers in the table below and the days in the second column will be used for Weekends.

Weekend argument

Which Days

1 or left blank

Saturday&Sunday

2

Sunday&Monday

3

Monday&Tuesday

4

Tuesday&Wednesday

5

Wednesday&Thursday

6

Thursday&Friday

7

Friday&Saturday

11

Sunday only

12

Monday only

13

Tuesday only

14

Wednesday only

15

Thursday only

16

Friday only

17

Saturday only

But this gets even better, you can write a string of seven zeroes and ones. Beware it must be a string, so it has to be written like this

 "1010100"

With this you tell the WORKDAY.INTL function which days of the week are working and which are free. If you look at the sample in the picture bellow, the formula is

 =WORKDAY.INTL(C2,C4,"1010100",holidays[Holidays])

WORKDAY and WORKDAY.INTL functions in Excel

And the Weekend argument says that only Tuesday, Thursday, Saturday and Sunday are working days. So in one move, you tell the Workday function that all Mondays, Wednesdays and Fridays are exceptions. Pure Brilliance!

For instance, if you had the Start Date and End Date in Excel, then you could calculate the number of workdays between them with the NETWORKDAYS function which also has an “international version” called NETWORKDAYS.INTL. IF you look at the picture bellow, you will see that NETWORKDAYS.INTL also has a Weekend argument which is just the same ad Weekend argument of WORKDAY.INTL described above.

WORKDAY and WORKDAY.INTL functions in Excel

NETWORKDAYS.INTL

And the NETWORKDAYS.INTL function in Excel is very similar. It differs from the NETWORKDAYS function in one argument – Weekend. And all the brilliance described above can also be used when filling out the Weekend parameter of the NETWORKDAYS.INTL function.

NETOWLRKDAYS.INTL

You can find all the ins and outs of the NETWORKDAYS.INTL function here.

The Workbook I used for this sample can be downloaded here.