Looking to set up Quarters, Starting in Feb not Jan

shophoney

Active Member
Joined
Jun 16, 2014
Messages
286
Hi, I'm looking to create Quarters starting in Feb-Mar, Apr-Jun...

I have a calendar table, what formula would be best to calculate that? And should it be 2018-Q1, 2018-Q2...?

Thanks
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Assuming date in A1

=YEAR(EDATE(A1,-1))&"-Q"&-INT(-MONTH(EDATE(A1,-1))/3)

Copy down.


Excel 2010
AB
11/1/20182017-Q4
22/1/20182018-Q1
33/1/20182018-Q1
44/1/20182018-Q1
55/1/20182018-Q2
66/1/20182018-Q2
77/1/20182018-Q2
88/1/20182018-Q3
99/1/20182018-Q3
1010/1/20182018-Q3
1111/1/20182018-Q4
1212/1/20182018-Q4
Sheet1
Cell Formulas
RangeFormula
B1=YEAR(EDATE(A1,-1))&"-Q"&-INT(-MONTH(EDATE(A1,-1))/3)
B2=YEAR(EDATE(A2,-1))&"-Q"&-INT(-MONTH(EDATE(A2,-1))/3)
B3=YEAR(EDATE(A3,-1))&"-Q"&-INT(-MONTH(EDATE(A3,-1))/3)
B4=YEAR(EDATE(A4,-1))&"-Q"&-INT(-MONTH(EDATE(A4,-1))/3)
B5=YEAR(EDATE(A5,-1))&"-Q"&-INT(-MONTH(EDATE(A5,-1))/3)
B6=YEAR(EDATE(A6,-1))&"-Q"&-INT(-MONTH(EDATE(A6,-1))/3)
B7=YEAR(EDATE(A7,-1))&"-Q"&-INT(-MONTH(EDATE(A7,-1))/3)
B8=YEAR(EDATE(A8,-1))&"-Q"&-INT(-MONTH(EDATE(A8,-1))/3)
B9=YEAR(EDATE(A9,-1))&"-Q"&-INT(-MONTH(EDATE(A9,-1))/3)
B10=YEAR(EDATE(A10,-1))&"-Q"&-INT(-MONTH(EDATE(A10,-1))/3)
B11=YEAR(EDATE(A11,-1))&"-Q"&-INT(-MONTH(EDATE(A11,-1))/3)
B12=YEAR(EDATE(A12,-1))&"-Q"&-INT(-MONTH(EDATE(A12,-1))/3)
 
Upvote 0

Forum statistics

Threads
1,223,897
Messages
6,175,269
Members
452,628
Latest member
dd2

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