workday() and networkdays() are got given the same result

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
I tried to use workday() and networkdays() to see the difference. I am surprised that I got different result. I live in Canada and today is holiday. I did not enter any holiday in the workday() function

[TABLE="width: 500"]
<tbody>[TR]
[TD]task[/TD]
[TD]start date[/TD]
[TD]# of days[/TD]
[TD]=WORKDAY(B2,C2)[/TD]
[TD]=NETWORKDAYS(B2,D2)[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][TABLE="width: 84"]
<tbody>[TR]
[TD="class: xl64, width: 84, align: right"]09/10/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11[/TD]
[TD][TABLE="width: 100"]
<tbody>[TR]
[TD="class: xl65, width: 100, align: right"]24/10/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 211"]
<tbody>[TR]
[TD="width: 211, align: right"]12[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
The WORKDAY function returns the date after the Start date. The Start date is not counted e.g.; If you did one workday...
=WORKDAY(Date, 1)
...it returns the date of the next workday

The NETWORKDAYS function counts the number of workdays including the start date e.g.; if you gave it two consecutive workday dates
=NETWORKDAYS(Date, Date+1)
... it returns a value of 2.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,198
Members
452,617
Latest member
Narendra Babu D

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