Saturday as workday
Solved/Closed1 reply
rizvisa1
Feb 18, 2010 at 12:24 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Feb 18, 2010 at 12:24 PM
Assumption
1. Start date is in col a and starts at cell a2
2. end date is in col b and starts at cell b2
Put this in cell c2 and drag down to all rows
=SUMPRODUCT(1 * (WEEKDAY(ROW(INDIRECT(A2 & ":" & B2)), 3) <6))
1. Start date is in col a and starts at cell a2
2. end date is in col b and starts at cell b2
Put this in cell c2 and drag down to all rows
=SUMPRODUCT(1 * (WEEKDAY(ROW(INDIRECT(A2 & ":" & B2)), 3) <6))
Dec 8, 2011 at 05:59 AM