Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Add Outline to Data in Excel
  • Understanding Anova in Excel
  • Move chart to a separate worksheet in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • How To Perform and Interpret Regression Analysis in Excel

References

  • How to use Excel ROW Function
  • How to get relative row numbers in a range in Excel
  • Multi-criteria lookup and transpose in Excel
  • Count unique text values with criteria
  • Create hyperlink with VLOOKUP in Excel

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation whole percentage only
  • Excel Data validation only dates between
  • Excel Data validation date in specific year
  • Excel Data validation allow uppercase only

Get project midpoint in Excel

by

To calculate an approximate project midpoint date, you can use the WORKDAY function.

Note: The WORKDAY function returns a date in the future or past, based on a start date, workdays, and optional holidays. WORKDAY automatically excludes weekends, and counts only Monday through Friday as workdays.

Formula

=WORKDAY(start,days/2,holidays)

Explanation

In the example shown, the formula in E5 is:

=WORKDAY(C5,E5/2,holidays)

where “holidays” is the named range G5:G10.

The WORKDAY is configured to get a project midpoint date by adding half of the days value to the start date:

=WORKDAY(C5,E5/2,holidays)

Project A is 5 workdays, so E5/2 = 2.5 days. The WORKDAY function ignores fractional values and uses only the integer portion of days, so it uses the value 2 to return a date of May 8.

Note the WORKDAY function does not count the start date as a workday.

Custom schedule

The WORKDAY function always treats Saturday and Sunday as non-working days. To get a midpoint for a project where working days are not Monday-Friday, substitute the WORKDAY.INTL function for WORKDAY. For example, to calculate a midpoint in a project where workdays are Monday-Saturday you can use a formula like this:

=WORKDAY.INTL(start,days/2,11,holidays)

There are many other ways to configure WORKDAY.INTL.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Invoice status with nested if in Excel
  • IF with wildcards in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • IF function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Two ways to sum time over 30 minutes in Excel
  • Add business days to date in Excel
  • How to calculate working days left in month in Excel
  • DATEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • List holidays between two dates in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Group numbers with VLOOKUP in Excel
  • Categorize text with keywords in Excel
  • Map inputs to arbitrary values in Excel
  • Group numbers at uneven intervals in Excel

General

  • AutoFit Column Width, AutoFit Row Height in Excel
  • Subtotal invoices by age in Excel
  • How to increase by percentage in Excel
  • Convert column number to letter in Excel
  • How to count total columns in range in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning