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

Data Analysis

  • How to Create Gantt Chart in Excel
  • How To Insert and Customize Sparklines in Excel
  • How To Sort One Column or Multiple Columns in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Reverse List in Excel

References

  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • How to get relative column numbers in a range in Excel
  • Two-column Lookup in Excel
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • How to get address of first cell in range in Excel

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation must not contain
  • Excel Data validation allow uppercase only
  • Excel Data validation don’t exceed total
  • Excel Data validation only dates between

How to generate series of dates increment by 1 year from a single start date in Excel

by

If need to generate a dynamic series of dates with a formula that increase by one year from a single start date, you can do so with a formula that uses the DAY, MONTH, YEAR, and DATE functions.

Formula

=DATE(YEAR(date)+1,MONTH(date),DAY(date))

Explanation

In the example, B6 is the hard-coded start date and the formula in B7 is:

=DATE(YEAR(B6)+1,MONTH(B6),DAY(B6))

To solve this formula, Excel first extracts the year, month, and day values from the date in B6, then adds 1 to the year value. Next, a new date is reassembled by the DATE function, using the same day and month, and year + 1 for year.

=DATE(YEAR(B6)+1,MONTH(B6),DAY(B6))
=DATE(2010+1,1,15)
=DATE(2011,1,15)
=1/15/2011

The first formula therefore returns a new date of 1/15/2011, one year later than the starting date.

Once the first formula is entered, it is copied down as far as needed. Each subsequent formula creates a new date incremented by one day.

You can easily customize this formula if needed. For example, if you need a series of dates where every date is the first day of a new year, you can use a formula like this

=DATE(YEAR(date)+1,1,1)

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

  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • IF, AND, OR and NOT Functions Examples in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Extract multiple matches into separate rows in Excel

Date Time

  • How to calculate future date say 6 months ahead in Excel
  • Assign points based on late time in Excel
  • Excel Date & Time Functions Example
  • Convert date to month and year in Excel
  • Add decimal hours to time in Excel

Grouping

  • Group times into unequal buckets in Excel
  • If cell contains one of many things in Excel
  • Calculate conditional mode with criteria in Excel
  • Running count group by n size in Excel
  • Map text to numbers in Excel

General

  • Excel Ribbon Quick Overview For Beginners
  • Lock Cells in a Worksheet Excel
  • Subtotal by color in Excel
  • Advanced Number Formats in Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning