NETWORKDAYS Google Sheet Formula
Generate Google Sheet NETWORKDAYS Formulas in seconds
Interactive Formula Generator
Formula Generator
Create complex Google Sheets formulas with natural language. Simply describe what you want to calculate.
Upgrade to Sheet Alchemy Pro
Get advanced formulas, batch processing, and priority support
Input
Result
Your formula will be displayed here:
Your formula will appear here
Describe what you want to calculate and click Generate
Pro Features Available
Sheet Alchemy Pro includes additional advanced features to enhance your formula generation.
Advanced Formulas
Complex array formulas and dynamic ranges
Batch Processing
Generate multiple formulas at once
Unlimited History
Save and organize all your formulas
NETWORKDAYS Formula Syntax
Example Use Case
Calculating the number of working days between two dates
Understanding the NETWORKDAYS Formula
The NETWORKDAYS function in Excel calculates the number of working days between two dates, excluding weekends (Saturday and Sunday) and optionally specified holidays. It's a business day calculator for project planning—like estimating delivery dates or calculating work hours.
NETWORKDAYS("2023-01-01", "2023-01-31") returns 22, counting Monday through Friday in January 2023. It takes start_date, end_date, and optional holidays arguments, providing an accurate count of business days—perfect for realistic project timelines or labor calculations.
Why Use NETWORKDAYS?
NETWORKDAYS calculates business spans—think project timelines or payroll periods. Its weekend and holiday exclusion makes it valuable for business planning, resource allocation, or anywhere accurate work day counts matter.
Example with Sample Data
| Date Range, [Holidays] | Formula | Result |
|---|---|---|
| 1/1/2023 to 1/31/2023 | =NETWORKDAYS("1/1/2023", "1/31/2023") | 22 |
| 1/1/2023 to 1/31/2023, MLK Day | =NETWORKDAYS("1/1/2023", "1/31/2023", {"1/16/2023"}) | 21 |
| TODAY() to project deadline | =NETWORKDAYS(TODAY(), "6/30/2023") | [Working days until deadline] |
NETWORKDAYS counts business days: 22 workdays in January 2023, 21 when excluding MLK Day. It's a working day calculator.
Explore More Google Sheet Formulas
AMORLINC
Calculating depreciation using the French accounting system's linear method
Learn morePPMT
Calculating the principal payment for a specific period of a loan
Learn moreDATEDIF
Calculating the difference between two dates in various units
Learn moreTRUE
Returning the logical value TRUE for conditional formulas
Learn moreTODAY
Retrieving the current date that updates when the workbook recalculates
Learn moreCOLUMNS
Counting the number of columns in a range for dimension analysis
Learn moreNOW
Retrieving the current date and time that updates when the workbook recalculates
Learn moreIPMT
Calculating the interest payment for a specific period of a loan
Learn moreUnlock the Full Power of Sheet Alchemy
Get access to all our formula generators, script generators, and conversion tools with a free Sheet Alchemy account.
