Networkdays Issue

Harbor1704

New Member
Joined
Feb 11, 2021
Messages
11
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,
I have not found a simple solution and the ones I found seem to be a little different than what I am looking for. I am trying to calculate the days without holidays and weekends between two dates. On my sheet I have todays date as =Today() as C2 then I put in the date task was started (C22). When I put in the start date as a Friday and the current date is a Monday I get 2 days. All the formulas I keep seeing are complex if formulas to fix this. Is there a simple formula to use that will show only 1 day between the two dates; and if the start date is the same as the current date it will show 0? Right now I have to manually update the days everyday.

1615830773121.png
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi & welcome to MrExcel.
How about
Excel Formula:
=NETWORKDAYS(C22,C$2)-1
 
Upvote 0
Solution
Thank you, I put that in and for some reason it gave me this :
Saturday, January 0, 1900
 
Upvote 0
Change the format of the cell to General.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,011
Messages
6,122,680
Members
449,091
Latest member
peppernaut

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