How to Copy the Same Date in Excel (6 Simple Methods)

Method 1 – Using a Fill Handle

Steps:

  • Go to the lower-right corner of cell C5 and drag the + symbol down using the mouse.

using fill handle to copy the same date in excel

  • Click on the Auto Fill Options icon and select Copy Cells.

  • This will copy the date value of cell C5 to all the cells below.


Method 2 – Utilizing the Absolute Reference

Steps:

  • Go to cell C5 and insert the following formula:
=$C$5

using absolute reference to copy the same date in excel

  • Press Enter and copy this formula to show the same date in the remaining cells.

Read More: How to Use IF Formula with Dates


Method 3 – Applying Paste Special

Steps:

  • Copy cell C5 using CTRL+C.

using paste special to copy the same date in excel

  • Select the cells from C6 to C10 and right-click.
  • Select Paste Special and click on Paste Link.

  • This will create copies of the date in cell C5 in the other cells.

Read More: How to Add Time in Excel Automatically


Method 4 – Copy the Same Date from the Clipboard

Steps:

  • Copy cell C5 and click on the Clipboard icon in the top-left corner.

using clipboard to copy the same date in excel

  • Click on cell C6 and go to the Clipboard pane on the left.
  • Click on the drop-down and select Paste.

  • This will generate copies of the beginning date.

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


Method 5 – Copying Using the DATE Function

Steps:

  • Go to cell C5 and type in the following formula:
=DATE(2022,1,20)

using date function to copy the same date in excel

  • Press the Enter key and copy this formula down using the Fill Handle.

Read More: How to Calculate Due Date with Formula in Excel


Method 6 – Applying VBA Code

Steps:

  • Go to the Developer tab and select Visual Basic.

using vba code to copy the same date in excel

  • Select Insert in the VBA window and click on Module.

insert vba module to copy the same date in excel

  • Enter the formula below in the new window:
Public Sub CopySameDate()
Range("C6:C10").Value = Range("C5")
End Sub

  • Open the macro from the Developer tab by clicking on Macros.

  • In the Macro window, select the CopySameDate macro and click Run.

  • The VBA code will create copies of the date in cell C5.

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


How to Insert Dates In Excel Automatically

Steps:

  • Click on cell C5 and double-click the + icon in the lower-right corner.

  • This will automatically fill the cells below with increasing dates.

Read More: How to Use Excel Date Shortcut


How to Auto-Fill Dates In Excel Using a Shortcut

Steps:

  • Select all the cells from C5 to C10 and press Ctrl+D.

  • This shortcut will fill the dates in those cells automatically.


Download the Practice Workbook

You can download the practice workbook from here.


Related Articles


<< Go Back to Autofill Dates | Excel Autofill | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Nazmul Hossain Shovon
Nazmul Hossain Shovon

Nazmul Hossain Shovon, a BUET graduate in Naval Architecture and Marine Engineering, embarked on his career with 8 months dedicated to the Exceldemy project's triumph. Transitioning into a Software Developer role, he specialized in web add-in development. At Exceldemy, he authored about 125 blog articles and solved many visitors’ problems, refining his writing skills and delving into Excel-related topics. With a primary passion for programming and software development, Shovon continually explores new horizons, fostering professional growth in his... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo