Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to calculate the difference in days between two dates, excluding
the weekends. I've tried some of the suggestions on the discussion boards, but usually end up with an error or they're not working for me. Let's assume the dates are in column A and B, with column B being the later date. Please help and also let me know how the fields should be formatted. Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Mon, 3 May 2010 13:08:08 -0700, JoeL wrote:
I'm trying to calculate the difference in days between two dates, excluding the weekends. I've tried some of the suggestions on the discussion boards, but usually end up with an error or they're not working for me. Let's assume the dates are in column A and B, with column B being the later date. Please help and also let me know how the fields should be formatted. Thank you in advance. The usual recommendation would be to use the NETWORKDAYS function. Help explains it pretty well. The format of the cell which contains the formula should be either General, or Number. Did you try that? What happened when you did? In other words, what sort of "error" and what specifically do you mean by "not working for me". --ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try =NETWORKDAYS(A2,B2) -- HTH Bob "JoeL" wrote in message ... I'm trying to calculate the difference in days between two dates, excluding the weekends. I've tried some of the suggestions on the discussion boards, but usually end up with an error or they're not working for me. Let's assume the dates are in column A and B, with column B being the later date. Please help and also let me know how the fields should be formatted. Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating 10 Business Days from the Last Business Day of the Mon | Excel Worksheet Functions | |||
UK Business Days Formula | Excel Worksheet Functions | |||
Business Days in Chart | Charts and Charting in Excel | |||
Business Days Only | Excel Discussion (Misc queries) | |||
How many business days were in 2005? | Excel Worksheet Functions |