How Many Weeks in a Quarter of a given year

ManUBlueJay

Active Member
Joined
Aug 30, 2012
Messages
302
Office Version
  1. 2016
Platform
  1. Windows
I am trying to determine how many weeks are in a given Excel Quarter (Standard, not ISO)
I cannot just use 13 as there are some Quarters that are 14. Like this year.
The data I have to work with is the Year cell (A1), and the Quarter, cell (A2)
A1 = 2020
A2 = Q1
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
How are you counting the weeks? The method that I use doesn't return any 14 week quarters this year.
 
Upvote 0
Question is not complete. How do you define the weeks?

T10_1505a.xlsm
ADEFGH
1Weeks in year, quarter
2Quarter 1Quarter 2Quarter 3Quarter 4
320155313131314
420165213131313
520175213131313
620185213131313
720195213131313
820205313131314
3a
Cell Formulas
RangeFormula
D3:D8D3=NETWORKDAYS.INTL(DATE(A3,1,1),DATE(A3,12,31),"1110111")
E3:E8E3=NETWORKDAYS.INTL(DATE(A3,1,1),EOMONTH(DATE(A3,1,1),2),"1110111")
F3:F8F3=NETWORKDAYS.INTL(DATE(A3,4,1),EOMONTH(DATE(A3,4,1),2),"1110111")
G3:G8G3=NETWORKDAYS.INTL(DATE(B3,7,1),EOMONTH(DATE(B3,7,1),2),"1110111")
H3:H8H3=NETWORKDAYS.INTL(DATE(B3,10,1),EOMONTH(DATE(B3,10,1),2),"1110111")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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