calculate the number of week days and weekend days in a range in sequencial order
Posted by Tom Malinski on August 05, 2000 7:15 PM
I enter a Start Date in cell A1 and an End Date in cell B1. The date range may span several weeks or more. I need to calculate how many week-days and week-end days are in the range in sequencial order and display them in the same row in adjacent cells (C1, D1, E1, etc, as many as required.) Example: Start Date = 08/08/00, End Date = 09/04/00. calculated values would be 4 2 5 2 5 2 5 2 1). Please Help!!