How to Calculate Due Date with Formula in Excel (7 Ways)

We have a dataset where some Project Names and their Starting Date and Total Days to complete these Projects are given in Column B, Column C, and Column D, respectively. In Column E, we’ll calculate the due date of these projects.

Due Date Calculation


Method 1 – Add Days to Calculate the Due Date with Formula in Excel

Steps:

  • Select cell E5.

Add Date to Calculate Due Date Formula in Excel

  • Insert the following formula:
=C5+D5

Add Date to Calculate Due Date Formula in Excel

  • Press Enter on your keyboard.

Add Date to Calculate Due Date Formula in Excel

  • Place the cursor on the bottom-right corner of cell E5, and a plus sign (+) pops up. This is the Fill Handle.
  • Drag the Fill Handle down or double-click on it.

Add Date to Calculate Due Date Formula in Excel

  • Here’s the result.

Add Date to Calculate Due Date Formula in Excel

Read More: How to Copy Same Date in Excel


Method 2 – Apply the DATE Function to Calculate the Due Date in Excel

In our dataset, Year, Month, and Days have been given in Column B, Column C, and Column D, respectively.

Steps:

  • Select cell E5.

Apply DATE Function to Calculate Due Date in Excel

  • Insert the following formula:
=DATE(B5, C5, D5)

Apply DATE Function to Calculate Due Date in Excel

  • Hit Enter to get the first result.
  • Drag down the Fill Handle or double-click on it to AutoFill.

Apply DATE Function to Calculate Due Date in Excel

  • Here are the results of the dates.

Apply DATE Function to Calculate Due Date in Excel

Read More: How to Use IF Formula with Dates


Method 3 – Use Conditional Formatting to Calculate the Due Date in Excel

We have a list of due dates in column D and will highlight if they have passed (i.e. if they are before today’s date).

Steps:

  • Select D5:D11.

3. UsConditional Formatting to Calculate Due Date in Excel

  • Go to Home, select Conditional Formatting, and choose New Rule.

Conditional Formatting

  • The New Formatting Rule dialog box pops up.
  • Choose Format only cells that contain.
  • In the Format only cells with dropdowns, select Cell Value and less than or equal to.
  • Insert the following formula in the third box.

=TODAY()

  • Select Format.

Conditional Formatting

  • A new dialog box named Format Cells pops up.
  • Go to Fill and choose a color from the selector on the left (we chose a light orange).
  • Hit OK.

Conditional Formatting

  • You’ll go back to the first dialog box.
  • Press OK.

Conditional Formatting

  • All the due dates that have passed are highlighted.

Conditional Formatting


Method 4 – Apply the IF Function to Calculate the Due Date in Excel

Let’s assume that any project with a due date in the past has been completed, so we’ll insert a text value in a new column to signal that.

Steps:

  • In cell E5, use the following formula:

=IF(D5 < TODAY(), “Done”, “Not Done”)

Apply the IF Function to Calculate Due Date in Excel

  • Press Enter.
  • Drag the Fill Handle (the plus icon on the bottom-right corner of the cell) down.

Apply the IF Function to Calculate Due Date in Excel

  • Here’s the entire column E.

IF Function

Read More: Making a List of Countries by Time Zone in Excel


Method 5 – Insert the EDATE Function to Calculate Due Date in Excel

We have the starting Date of some projects and their duration in Months.

Steps:

  • Select cell D5 and insert the following:

=EDATE(B5, C5)

Insert the EDATE Function to Calculate Due Date in Excel

  • Press Enter on your keyboard and you will get the return of the function. The return is 43195.

Insert the EDATE Function to Calculate Due Date in Excel

  • From your Home Tab, go to the Number format selector and select Short Date.

Insert the EDATE Function to Calculate Due Date in Excel

  • This converts the value into a human-readable date.

Insert the EDATE Function to Calculate Due Date in Excel

  • Hover over the bottom-right corner of D5 to get the Fill Handle (plus icon).
  • Drag the Fill Handle down or double-click on it.

Insert the EDATE Function to Calculate Due Date in Excel

  • Here’s the result.

Insert the EDATE Function to Calculate Due Date in Excel

Read More:  How to Create World Time Zone Clock in Excel


Method 6 – Apply EDATE and YEARFRAC Functions to Calculate the Due Date in Excel

We have a list of dates of birth. We’ll calculate the date when the person turns 65 years old. Then we’ll use a different function to return the time difference between the dates in years.

Steps:

  • In cell C5, insert the following formula:
=EDATE(B5, 12*65)

We added 65*12 since we’re adding 65 years and the function works in months.

EDATE and YEARFRAC Function

  • Hit Enter.
  • Select cell D5 and enter the following formula:

=YEARFRAC(B5, C5)

EDATE and YEARFRAC Function

  • Hit Enter. You should get 65.

EDATE and YEARFRAC Function

  • Fill the columns with the formulas. You can select C5:D5 and drag their collective Fill Handle down (from the bottom-right of D5).

EDATE and YEARFRAC Function


Method 7 – Use the WORKDAY Function to Calculate the Due Date in Excel

We have a list of starting times for projects and how many workdays they will take to complete (Monday-Friday).

Steps:

  • Select cell D5.

Perform WORKDAY Function to Calculate Due Date in Excel

  • Insert the following formula:

=WORKDAY(B5, C5)

Perform WORKDAY Function to Calculate Due Date in Excel

  • Hit Enter.
  • Drag the Fill Handle of D5 down or double-click on it.

Perform WORKDAY Function to Calculate Due Date in Excel

  • Here’s the result.

Perform WORKDAY Function to Calculate Due Date in Excel


Download the Practice Workbook


Further Readings


<< Go Back to Date Range | Date-Time in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdur Rahim Rasel
Md. Abdur Rahim Rasel

MD. ABDUR RAHIM is a marine engineer proficient in Excel and passionate about programming with VBA. He views programming as an efficient means to save time while managing data, handling files, and engaging with the internet. His interests extend to Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning, reflecting his versatile skill set. He earned a B.Sc in Naval Architecture & Marine Engineering from BUET, and now he has become a content developer, creating technical content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo