Find date of first day of specified week number

DRSteele

Well-known Member
Joined
Mar 31, 2015
Messages
2,640
Office Version
  1. 365
Platform
  1. Windows
Can someone please help me?

I would like to enter a week number and have a formula report the date of the xth Monday or the day if it's a stub week. The stub week days should be week 1 and then the next Monday should be week 2.

I assembled this ugly formula, but I know there must be a better way.

Cell Formulas
RangeFormula
C4:F10C4=IF(OR(WEEKDAY(DATE(C$3,1,1),2)=1,$B4=1),DATE(C$3,1,1)+7*($B4-1),(DATE(C$3,1,1)+MOD(8-WEEKDAY(DATE(C$3,1,1),2),7))+7*($B4-2))
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
First thing that came to mind
Excel Formula:
=WORKDAY.INTL(DATE(C$3,1,1),$B4-1,"0111111")
 
Upvote 0
Solution
Jeepers creepers! How embarrassing. Thank you very much.

I struggled all afternoon for nothing. I hope I didn't brain my damage.
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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