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

Data Analysis

  • How to sum a total in multiple Excel tables
  • Excel Pie Chart
  • How To Filter Data in Excel
  • Conditional Formatting Icon Sets Examples in Excel
  • How to Use Solver Tool in Excel

References

  • Excel Advanced Lookup using Index and Match Functions
  • How to use Excel ROWS Function
  • Basic INDEX MATCH approximate in Excel
  • How to use Excel LOOKUP Function
  • How to get last row in mixed data with blanks in Excel

Data Validations

  • Excel Data validation must begin with
  • Excel Data validation date in next 30 days
  • Excel Data validation allow weekday only
  • Excel Data validation whole percentage only
  • Excel Data validation specific characters only

How to calculate project start date based on end date in Excel

by

To calculate a project start date or custom date based on an end date and duration in days, you can use the WORKDAY function.

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

Formula

=WORKDAY(start,-days,holidays)

Explanation

In the example shown, the formula in E5 is:

=WORKDAY(C5,-D5,holidays)

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

How this formula works

This formula is uses the WORKDAY function, which returns a date in the future or past, based on start date and required work days. WORKDAY automatically excludes weekends, and can also exclude holidays if provided as a range of dates.

In the example shown, the project end date is in column C, and days is in column D. The end date represents a due date or target date, and days represents duration in work days. In column E, the WORKDAY function calculates a date by which the project must start in order to finish by the end date.

In this case, we need to count backwards from the end date, so we supply days as a negative number. For holidays, we provide the named range”holidays”, which includes the dates in G5:G9. The dates will not be included as workdays.

With a negative value for days, WORKDAY moves in time from the end date, taking into account weekends and holidays, and returns December 19, 2018 as the start date. If holidays are not provided, the same formula returns a start date of December 24.

Custom workdays

If your schedule requires custom workdays (i.e. weekdays are not Monday-Friday) you can substitute the WORKDAY.INTL function for WORKDAY. For example, to calculate a start date for a project where workdays include Saturday, you could use:

=WORKDAY.INTL(C5,-D5,11,holidays)

WORKDAY.INTL can be configured in many ways.

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

  • How to use IFS function in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • How to use Excel TRUE Function

Date Time

  • Get fiscal year from date in Excel
  • DAYS360 function: Description, Usage, Syntax, Examples and Explanation
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • Convert time to time zone in Excel
  • How to get same date next year or previous year in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Calculate conditional mode with criteria in Excel
  • Group times into 3 hour buckets in Excel
  • If cell contains one of many things in Excel

General

  • Excel Ribbon Quick Overview For Beginners
  • How to generate random date between two dates in Excel
  • Subtotal by invoice number in Excel
  • How to calculate percent sold in Excel
  • How to calculate decrease by percentage in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning