Formula for Showing he DATE on every Friday Excluding Holidays

matthewlouis

Active Member
Joined
Mar 28, 2014
Messages
374
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Looking for a formula that shows every Friday date that is NOT a holiday.

I have a list of holidays I can put in the formula.

Thanks in advance!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Is that every Friday for the year, the month or something else?
 
Upvote 0
Every Friday for the year since 1970 to copy and paste down with most current at top
 
Upvote 0
Ok, how about
Fluff.xlsm
ABCDEFG
1Fridays
218/11/202211/11/2022
304/11/202214/10/2022
428/10/202226/08/2022
521/10/202215/07/2022
607/10/2022
730/09/2022
823/09/2022
916/09/2022
1009/09/2022
1102/09/2022
1219/08/2022
1312/08/2022
1405/08/2022
1529/07/2022
1622/07/2022
1708/07/2022
1801/07/2022
1924/06/2022
2017/06/2022
2110/06/2022
2203/06/2022
2327/05/2022
2420/05/2022
2513/05/2022
2606/05/2022
2729/04/2022
2822/04/2022
2915/04/2022
3008/04/2022
Main
Cell Formulas
RangeFormula
A2:A2757A2=LET(d,DATE(1970,1,1),SORT(WORKDAY.INTL(d,SEQUENCE(NETWORKDAYS.INTL(d,TODAY(),"1111011",G2:G20)),"1111011",G2:G20),,-1))
Dynamic array formulas.
 
Upvote 0
Solution
That's just a list of holiday dates.
 
Upvote 0
Great! Works. QUESTION: How do I make it every Monday that skips Monday holidays?
 
Upvote 0
Just change both sets of "1111011" to "0111111"
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,852
Members
449,194
Latest member
HellScout

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