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

Data Analysis

  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How to count table rows in Excel
  • How to Create Column Chart in Excel
  • How to Sort by Color in Excel
  • Number and Text Filters Examples in Excel

References

  • Multi-criteria lookup and transpose in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Count rows that contain specific values in Excel
  • Count unique text values with criteria
  • Extract data with helper column in Excel

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation allow weekday only
  • Excel Data validation number multiple 100
  • Excel Data validation don’t exceed total
  • Excel Data validation exists in list

How to calculate future date say 6 months ahead in Excel

by

— Next business day 6 months in future

To get a date 6 months in the future, on the next work day, you can use a formula based on the WORKDAY function, with help from EDATE.

Formula

=WORKDAY(EDATE(date,6)-1,1,holidays)
How to calculate future date say 6 months ahead in Excel

Explanation

In the example shown, the formula in C6 is

=WORKDAY(EDATE(B6,6)-1,1,B9:B11)

How this formula works

Working from the inside out, EDATE first calculates a date 6 months in the future. In the example shown, that date is December 24, 2015.

Next, the formula subtracts 1 day to get December 23, 2015, and the result goes into the WORKDAY function as the start date, with days = 1, and the range B9:B11 provided for holidays.

WORKDAY then calculates the next business day one day in the future, taking into account holidays and weekends.

If you need more flexibility with weekends, you can use 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

  • IF, AND, OR and NOT Functions Examples in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function
  • Nested IF function example in Excel

Date Time

  • Display Days until expiration date in Excel
  • Convert text date dd/mm/yy to mm/dd/yy in Excel
  • How to calculate future date say 6 months ahead in Excel
  • How to calculate Quarter of Date in Excel
  • Convert decimal hours to Excel time

Grouping

  • Group times into unequal buckets in Excel
  • Group numbers at uneven intervals in Excel
  • Map inputs to arbitrary values in Excel
  • Group arbitrary text values in Excel
  • Categorize text with keywords in Excel

General

  • Spell Check in Excel
  • How to get amount with percentage in Excel
  • Count cells that do not contain errors in Excel
  • With vs Without Array Formula in Excel
  • Index and match on multiple columns in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning