Help with Formula List down Week Numbers in each Month

Lukma

Board Regular
Joined
Feb 12, 2020
Messages
247
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi Friends

I was trying to create a formula that can list down the week number for each month, which means the moment I change the month in column B3
the week numbers for that month will generate from Cell B4 as WK 1, Cell B5 as Wk-2, Cell B6 as Wk-3 , Cell B7 as Wk-4, Cell B8 as Wk-5
I will appreciate a formula that can carry out this so that whenever i change the month it will generate all week's numbers respectively for each month

Regards

2023-Master Data Onshore Jetty Operation Tracking.xlsx
BCDEF
301/02/2023ADNOC-221ADNOC-222ADNOC-223ADNOC-224
41
52
63
74
85
Vsl Trip
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
in cell b4 =WEEKNUM(B3,1)
in cell b5 =B4+1
in cell b6 =B5+1
in cell b7 =B6+1
in cell b8 =B7+1
 
Upvote 0
Hi Rabsofty

Thank you, but this is not what I required I need each time I click and change the month the week will start from one

Regards
 
Upvote 0
if i understand you, no matter what month you change to, the week number will start at 1.
if that's the case then simply leave the numbers 1 to 5 there always.

If this is not so, clarify with another sample with the month different
 
Upvote 0
if i understand you, no matter what month you change to, the week number will start at 1.
if that's the case then simply leave the numbers 1 to 5 there always.

If this is not so, clarify with another sample with the month different
Dear Rabsofty

Thank you I was able to extract the month-week number range with the index & match just to same me

i appreciate advise

Regards
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,020
Members
449,480
Latest member
yesitisasport

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