Excel Formula: Get Next Specific Day of Week
If you want to use a formula to get the next specific weekday supposing next Monday based on the given date in Excel, you can follow this tutorial.
If you want to follow along with this tutorial, please download the example spreadsheet.
Generic formula:
date+7-WEEKDAY(date+7-serial_number) |
Syntaxt and Arguments
Date: a date that you want to find the next specific weekday based on. |
Serial_number: a number that indicates which weekday that you want to find |
Serial_Number | Weekday |
1 | Sunday |
2 | Monday |
3 | Tuesday |
4 | Wednesday |
5 | Thursday |
6 | Friday |
7 | Saturday |
Return Value
The formula returns a value in date format.
Error Appears
If the serial_number is not a valid date or is a date before 1/1/1900, the formula returns an error value #VALUE!.
How the formula work
To find the next Monday based on the date in cell B3, please use below formula:
=B3+7-WEEKDAY(B3+7-2) |
Or you can directly use the date enclosed in double-quotes.
="1/21/2021"+7-WEEKDAY("1/21/2021"+7-2) |
Press Enter key to get the next Monday based on the date in cell B3, then drag auto fill handle down to the cells that need this formula.
Explanation
WEEKDAY function: returns an integer number from 1 to 7 to represent the day of the week for a given date in Excel.
Relative Formulas
- Find next date in schedule list
Supposing you have a table with two columns in Excel, one contains the schedule contents, the other contains the schedule date, now you want to find the next date in the schedule based on today... - Find earliest date and latest date for each group
In this tutorial, it provides formulas to find the earliest date and latest date for each group in Excel. - Gount days between two days
To count the number of days or months or years between two given dates will be easy in Excel after you reading this tutorial - Create weekly date range
In this tutorial, it provides a formula to quickly get the weekly date range in Excel.
Relative Functions
- Excel WEEKNUM Function
Returns the week number of the given date in a year - Excel WORKDAY Function
Adds workdays to the given start date and returns a workday - Excel WEEKDAY Function
Get day of the week as a number (1 to 7) from date - Excel DAY Function
DAY function gets the day as a number (1 to 31) from a date - Excel NOW Function
Get the current time and date
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

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.
