Date

Wayne1.1

New Member
Joined
Jul 29, 2011
Messages
9
How do I calculate the difference between two dates (each in separate cells) in working days?
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Try

=NETWORKDAYS(A1,B1)

where A1 holds the earlier date.

In Excel 2003 and earlier you will need the Analysis Toolpak from Tools > Add-Ins.
 
Upvote 0
Got the =NETWORKDAYS function to work on our network. How do you calculate calendar days? I have researched =DAYS360, but as an example - if I get a report on 4/8/11 and complete on 5/8/11, to me this has taken 2 calendar days, but =DAYS£60 says it is 1 calendar day! Can you suggest a formula that counts the day of receipt?
 
Upvote 0
Hi, Thanks, but =NETWORKDAYS formula is only showing working days. I now want a formula to count the day report is received and weekends too. For example 6/1/2011 to 13/1/2011 is 8 days. =NETWORKDAYS formula reads this as 6 days, whilst =DAYS360 says this is 7 days. What formula do I use for reaching the 8 days in this example? Thanks for for help.
 
Upvote 0
Simply subtract the earlier date from the later date and add 1

Excel Workbook
ABC
106/01/201113/01/20118
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

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