How to Autofill Only Weekday Dates in Excel (Formula)

While working with dates in Excel, you may have a need to fill a column only with the dates that occur on a weekday.

This is usually needed when you’re creating a project plan, where only the weekday dates can be used, and the weekend dates are holidays.

In this short tutorial, I am going to show you two simple ways to quickly autofill weekday dates in a column in Excel.

We’ll first look at an inbuilt feature in excel that can quickly do this value, and then we will also learn about a formula that you can use to get only the weekday dates.

Let’s dive in!

Using the ‘Fill Weekday’ Option in Autofill

Microsoft Excel has an inbuilt auto-fill option called “Fill Weekdays” that allows you to quickly fill a sequence of weekday dates only.

Let me show you how it works.

Below I have a date in cell A1, and I want to fill the cells below A1 with only the weekday dates (i.e. Monday to Friday).

Date in cell A1

Here are the steps to do this:

  1. Select cell A1
  2. Place the mouse cursor at the bottom right of the selection. you will notice that the cursor changes into a plus icon. This is called a Fill Handle
Plus icon when cursor placed at the bottom right of the cell selection
  1. Hold the left mouse key and drag the fill handle down to auto-populate the cells in the column
  2. Click on the Auto Fill option icon that appears at the bottom right of the selected cells
Autofill Options icon
  1. Click on the ‘Fill Weekdays’ option
Fill Weekday option

The above steps would instantly fill the column with a sequence of dates and occur on weekdays only.

Column filled with weekdays only

If you do not see the Auto Fill icon, you can also get the same thing done by selecting the cells, going to the Home tab, in the Editing group clicking on the Fill option, and then clicking on the Series option. This will open the Series dialog box where you can select the Weekdays option to fill the entire column with the weekday dates only.

While this is a quick and easy way to quickly fill a column with only the weekday dates, remember that it will consider Monday to Friday as the weekday dates, and Saturday and Sunday as the weekend dates.

It does not give you the flexibility to choose the days you want to consider weekdays.

For example, if you want the weekdays to be dates that occur from Monday to Saturday, and only Sunday as the weekend date, then you can not use this method.

In that case, you’re better off using the formula method covered later in this tutorial.

Fill Handle Not Showing – How to Fix?

When I shared this trick on my YouTube channel, some people reported that they cannot see the fill handle when they select a cell (i.e., when they place the cursor at the bottom right of the cell selection, their cursor does not change into a plus icon).

If you’re facing the same problem, here is how to fix it:

  1. Click the File option in the ribbon
Click the File option
  1. Click on Options. This will open the options dialog box
  2. Select the Advanced option in the left pane of the Excel Options dialog box
Click on the Advanced option
  1. Check the option – “Enable fill handle and cell drag and drop”
Enable fill handle and cell drag and drop option
  1. Click Ok

The fill handle should now be available to use in the worksheet.

Also read: Excel Calculate Days Between Two Dates

Using Formula to Get Weekday Dates Only

If you want to fill a column with the dates that occur on specific days, you can easily do that using the WORKDAY.INTL function.

WORKDAY.INTL function returns the date after a specified number of days, and it also allows you to choose the days in the week that are acceptable.

Let me first show you how it works and then I’ll explain the formula in detail.

Below I have a date in column A1 and I want to fill the column with dates that occur on weekdays only (where we give would be Monday to Friday).

Date in cell A1

Here is a formula that will do this for me:

=WORKDAY.INTL(A2,1,"0000011")
Formula to get weekdays only in Excel

Once I have this formula in cell A2, I can copy it for all the other cells in the column.

How does this formula work?

WORKDAY.INTL function takes 3 arguments:

  1. The start date – which is the date that I have in cell A1
  2. The number of days after which I want the date. in this case, since I need a sequence of days one after the other, I have kept this as one
  3. The Weekend – this is where I can specify the days that should be considered as weekdays and weekends

The magic happens in the third argument where I have used “0000011”

There are 7 digits in the double quotes, where each digit specify whether that day should be considered a weekday or a weekend. 0 means that it would be a weekday and 1 means it would be a weekend.

0000011 means that the first five days of the week (which would be Monday to Friday) would be considered weekdays, and the last two days of the week (which would be Saturday and Sunday) would be considered weekend days.

So when the WORKDAY.INTL function is giving me the next date, it makes sure that only the working days are returned, and weekends are not.

The best thing about this formula is that you can specify any day as a working day or a non-working day.

So if you want to fill a column with dates that occur only on Monday, Wednesday, and Friday, you can modify the third argument in the formula as shown below:

=WORKDAY.INTL(A2,1,"0101011")

You can also modify the above formula to give you only the weekend dates as well. to do that, you will have to change the third argument to make the first five days as non-working, and make the last two days as working.

=WORKDAY.INTL(A2,1,"1111100")

So these are two simple ways you can use to quickly auto-fill a sequence of weekday dates only. if you’re looking for a super quick and easy solution, you can use the inbuilt Fill Weekdays option in Autofill.

And if you need more control over what days should be considered working and what days should be considered weekend days, you can use the formula method.

I hope you found this tutorial useful.

Other Excel tutorials you may also like:

Excel Ebook Subscribe

FREE EXCEL BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster

Sumit Bansal
Hello there! I'm Sumit Bansal, founder of trumpexcel.com and an Excel MVP. I started this website in 2013 with a simple goal: to share my love for Excel through easy to follow tips, tutorials and videos. I'm here to help you get the best out of MS Excel to save time and boost your productivity.

Leave a Comment

FREE EXCEL E-BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster

FREE EXCEL E-BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster

Free Excel Tips EBook Sumit Bansal

FREE EXCEL E-BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster