Skip to main content

Excel Formula: Create Weekly Date Range

doc convert date to julia 1

Here is a given date, and you may want to create the weekly date as above screenshot shown based on the given date. In this tutorial, it provides a formula to quickly get the weekly date range in Excel.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc convert date to julia 1

Generic formula:

TEXT(start_date, "date_format")&" - "&TEXT(start_date+ROWS($A$1:A1)*7, "date_format")

Syntaxt and Arguments

Start_date:the date that starts a week.
Date_format:a date format that you want to display in the weekly date range.

Return Value

This formula returns a text value.

How this formula works

In cell C3 is the date that you want to create the weekly date range starting from, please use below formula:

=TEXT(C2, "M/D/YYYY")&" - "&TEXT($C$2+ROWS($A$1:A1)*7, "M/D/YYYY")

Press Enter key to get the date range.
doc convert date to julia 1

Explanation

ROWS function: returns the number of row. Here ROWS($A$1:A1)*7 returns 1*7.

And the formula $C$2+ROWS($A$1:A1)*7 gets the end date of the week, 5/10/2020.

TEXT function: converts number to a text in a specific text format. Here it converts the date to the text format M/D/YYYY, and you can change the format as you need.

-: connects the start date and end date to get the date range.

Note:

If you want to get a series of weeks based on the given date, you can do as below:

In cell C6, type below formula to get the start date of the first week:

=C2
doc convert date to julia 1

In cell D6, type below formula to get the end date of the first week:

=$C$2+ROWS($A$1:A1)*7
doc convert date to julia 1

Then in cell E6, use below formula to create the date range of first week:

=TEXT(C6, "M/D/YYYY")&" - "&TEXT(D6, "M/D/YYYY")
doc convert date to julia 1

Now the first week date range has been created. If you want to create the next week date range.

Please use below formula in cell C7 to get the first date of the second week:

=D6+1
doc convert date to julia 1

Then select cell D6 and E6, drag auto fill handle down to cell E7 to fill the formulas, then the end date and the weekly date range of the second week have been created.
doc convert date to julia 1

If you want to create more weekly date ranges, select range C7:E7, then drag auto fill handle down to get the weeks.
doc convert date to julia 1


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations