First Monday date from week number over multiple years starting from week num other than 1

DroZ3

New Member
Joined
Mar 22, 2018
Messages
22
Office Version
  1. 365
Platform
  1. Windows
Hi there, first post here.

I did not find a direct match to my question, please direct me to the appropriate post if necessary.

I need to show the date of the first Monday for a specific number of weeks starting from a specific week from a specific year.

Example : first Monday of every week for the next 71 (71 in cell A1) weeks , starting in year 2018 (2018 in cell B1), starting with week 19 [(19 in cell C1)(2018 is implied)].
Because the number of weeks may be more than 52 and maybe the starting week can be more than 1, the formula has to deal with more than one year ; more than one year but consecutive years.

No VB, formula please.

Thanks in advance.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
is this what you are looking for?


A
B
C
1
71​
2018​
19​
2
3
5/7/2018​
4
5/14/2018​
5
5/21/2018​
6
5/28/2018​
7
6/4/2018​
8
6/11/2018​
9
6/18/2018​
10
6/25/2018​
Sheet: Sheet15

A3 Formula:
A
3
=DATE(B1,1,8)-WEEKDAY(DATE(B1,1,6))+(C1-1)*7​
Sheet: Sheet15


A4 Formula and copy down:
Excel 2016 (Windows) 32 bit
A
4
=IF(A3<($A$3+($A$1*7)),A3+7,"")​
Sheet: Sheet15
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,578
Members
449,174
Latest member
chandan4057

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