Formula for every Tuesday of the year

new2excel__12

New Member
Joined
Aug 17, 2022
Messages
14
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hi everyone!
In the top row of my document, I need to write a date of every Tuesday for the rest of the year. It takes a while to manually type them all, is there a faster way? I have attached a screenshot. Thanks to anyone who will take the time to respond to this!
2222222.png
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Just enter your first one in, and then write a formula to add 7 and copy across.
So, if your first date in in cell G1, enter this formula in H1:
Excel Formula:
=G1+7
and copy across for as far as you need to go.
 
Upvote 0
Solution
Slightly longer than Joe's idea, but this will spill across as far as needed.
Fluff.xlsm
GHIJKLMNOPQ
123/08/202230/08/202206/09/202213/09/202220/09/202227/09/202204/10/202211/10/202218/10/202225/10/202201/11/2022
Report
Cell Formulas
RangeFormula
H1:Z1H1=WORKDAY.INTL(G1,SEQUENCE(,NETWORKDAYS.INTL(G1,DATE(YEAR(G1),12,31),"1011111")),"1011111")
Dynamic array formulas.
 
  • Like
Reactions: Biz
Upvote 0
Just enter your first one in, and then write a formula to add 7 and copy across.
So, if your first date in in cell G1, enter this formula in H1:
Excel Formula:
=G1+7
and copy across for as far as you need to go.
I really appreciate the quick response! Thank you so much!!!
 
Upvote 0
Slightly longer than Joe's idea, but this will spill across as far as needed.
Fluff.xlsm
GHIJKLMNOPQ
123/08/202230/08/202206/09/202213/09/202220/09/202227/09/202204/10/202211/10/202218/10/202225/10/202201/11/2022
Report
Cell Formulas
RangeFormula
H1:Z1H1=WORKDAY.INTL(G1,SEQUENCE(,NETWORKDAYS.INTL(G1,DATE(YEAR(G1),12,31),"1011111")),"1011111")
Dynamic array formulas.
I really appreciate the quick response! Thank you so much!!!
 
Upvote 0
You are welcome.
Glad we were able to help!
 
Upvote 0
Slightly longer than Joe's idea, but this will spill across as far as needed.
Fluff.xlsm
GHIJKLMNOPQ
123/08/202230/08/202206/09/202213/09/202220/09/202227/09/202204/10/202211/10/202218/10/202225/10/202201/11/2022
Report
Cell Formulas
RangeFormula
H1:Z1H1=WORKDAY.INTL(G1,SEQUENCE(,NETWORKDAYS.INTL(G1,DATE(YEAR(G1),12,31),"1011111")),"1011111")
Dynamic array formulas.
Very nice formula with Sequence and utilising Weekend Number with 1 and 0.
 
Upvote 0

Forum statistics

Threads
1,214,422
Messages
6,119,396
Members
448,891
Latest member
tpierce

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