Problem:
Calculating the number of business days between the dates entered in cells A2 & B2.
Solution:
Use the NETWORKDAYS function as shown in the following formula:
=NETWORKDAYS(A2,B2)
Example:
Date1________Date2___________Business Days
01/04/2005___01/10/2005______131
Screenshot // Calculating the Number of Business Days in a Specified Period
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.