Weekdays Mon-Thurs fill series

falcios

Active Member
Joined
Aug 30, 2006
Messages
279
Office Version
  1. 2019
Platform
  1. Windows
I have entered the following dates into cells that correspond to Monday-Thursday
9/10/18
9/11/18
9/12/18
9/13/18

I highlighted the cells and dragged to fill series so that it continues the pattern and it's not working.
I want to exclude Friday, Saturday, and Sunday dates.

How do I get this to work?

Thanks in advance.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Put your first date (9/10/18) in A1, then put this formula in A2 and drag down:

=A1+IF(WEEKDAY(A1)=5,4,1)
 
Upvote 0
As far as I know, you cannot do a "skip pattern" like you want by manually dragging numerical/date constants. There is a formula method you can use though. Assuming your first date will be in cell A2 (I am assuming cell A1 will have header text in it), put the starting date in that cell, then put this formula in cell A3 and copy it down...

=WORKDAY.INTL(A2,1,"0000111")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,514
Messages
6,114,078
Members
448,547
Latest member
arndtea

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top