Hi
I am trying to calculate workdays for each quarter in the attached file based on Start dates and End dates of projects on columns A and B.. How could I do this in Excel? Any help is most appreciated?
Thanks
Hi
I am trying to calculate workdays for each quarter in the attached file based on Start dates and End dates of projects on columns A and B.. How could I do this in Excel? Any help is most appreciated?
Thanks
Hi,
Please go through the following thread that had a similar requirement. I had created an IF formula to calculate the number of days in a quarter when a start date and end dates are given (excel file attached)
http://www.excelforum.com/excel-form...are-given.html
The attached calculates workdays assuming Sat/Sun weekends. No holidays were considered.Does this do what you want?Formula:
Please Login or Register to view this content.
Row\Col A B C D E F 3 Start End Q1 days Q2 Days Q3 Days Q4 Days 4 1-May-08 28-Oct-09 64 108 132 86 5 1-Jul-08 28-Dec-09 64 65 132 129 6 6-Aug-08 2-Feb-09 23 0 40 66 7 5-Oct-08 2-Apr-09 64 2 0 63 8 15-Oct-08 13-Apr-10 128 74 66 122 9 12-Nov-08 11-May-10 128 94 66 102 10 15-Dec-08 12-Jun-09 64 53 0 13 11 1-Jan-09 29-Jun-09 64 64 0 0 12 5-Jan-09 30-Mar-10 125 65 66 66 13 15-Jan-09 1-Dec-09 54 65 66 44 14 5-Feb-09 3-Aug-09 39 65 24 0 15 29-Mar-09 25-Sep-09 2 65 63 0 16 5-May-09 1-Nov-09 0 41 66 22 17 1-Jun-09 28-Nov-09 0 22 66 42 18 1-Jul-09 28-Dec-09 0 0 66 63 19 1-Oct-09 30-Mar-10 63 0 0 66
thanks for the help but looks like the formula is not working properly..like C8 or C9..there aren't 128 workdays in Q1 2009
I think that FlameRetired has suggested a method that will total all the Q1 workdays, possibly from multiple years, so 128 represents all Q1 workdays in a period stretching across two years.
You didn't make it clear what results you wanted in your attachment, but if you want the working days in each individual quarter then try this approach:
List the start dates of each quarter in C2 across and the end date for each in the cell below, i.e. in C3 across, then with start date in A4 and end date in B4 you can use this formula in C4 copied across and down as required:
=MAX(0,NETWORKDAYS(MAX(C$2,$A4),MIN(C$3,$B4)))
Audere est facere
awesome..this totally worked..thanks for the help![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks