First thursday of the year

EtienneD

New Member
Joined
Jul 21, 2022
Messages
27
Office Version
  1. 2016
Platform
  1. Windows
Hi everybody,

In cell S2 I have the "=TODAY()" formula to get today's date. I need to get the first Thursday of the year based on cell S2. I tried multiple formulas I found in this forum but none of them work on my sheet.
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi everybody,

In cell S2 I have the "=TODAY()" formula to get today's date. I need to get the first Thursday of the year based on cell S2. I tried multiple formulas I found in this forum but none of them work on my sheet.

What exactly is in cell S2?
Is it a valid date, or a just a year number?
 
Upvote 0
Try the below formula :

=WORKDAY.INTL(("1-"&YEAR(S2))-1,1,"1110111")
 
Upvote 0
Based on the fact that the 4th of January is always in the first week.

Excel Formula:
=DATE(YEAR(S2),1,4)-WEEKDAY(DATE(YEAR(S2),1,4),2)+4
 
Upvote 0
Another option
Excel Formula:
=WORKDAY.INTL(DATE(YEAR(S2),1,0),1,"1110111")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,756
Messages
6,126,692
Members
449,330
Latest member
ThatGuyCap

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