Date & Quarters

raheem

New Member
Joined
Apr 24, 2017
Messages
38
Hi,

I need a simple formula to get the quarter number from date. In below table, if column A is already date, it should mention the quarter in column B. But if column A is already quarter, it should simply equal in column B. Changing date format is not an option. I tried to create a formula with IF+MONTH+SWITCH etc. but it becomes too complex to understand for other users.

[TABLE="width: 227"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]01.01.2018[/TD]
[TD="align: center"]Q1[/TD]
[/TR]
[TR]
[TD="align: center"]05.02.2018[/TD]
[TD="align: center"]Q1[/TD]
[/TR]
[TR]
[TD="align: center"]10.03.2019[/TD]
[TD="align: center"]Q1[/TD]
[/TR]
[TR]
[TD="align: center"]03.04.2019[/TD]
[TD="align: center"]Q2[/TD]
[/TR]
[TR]
[TD="align: center"]31.05.2018[/TD]
[TD="align: center"]Q2[/TD]
[/TR]
[TR]
[TD="align: center"]Q2[/TD]
[TD="align: center"]Q2[/TD]
[/TR]
[TR]
[TD="align: center"]Q2[/TD]
[TD="align: center"]Q2[/TD]
[/TR]
[TR]
[TD="align: center"]Q3[/TD]
[TD="align: center"]Q3[/TD]
[/TR]
[TR]
[TD="align: center"]Q3[/TD]
[TD="align: center"]Q3[/TD]
[/TR]
[TR]
[TD="align: center"]Q4[/TD]
[TD="align: center"]Q4[/TD]
[/TR]
[TR]
[TD="align: center"]Q4[/TD]
[TD="align: center"]Q4[/TD]
[/TR]
</tbody>[/TABLE]
 
Awesome that worked perfectly. Many thanks :)

Do you know if there is a way to convert quarters e.g Q3 2019 to the end date of the quarter 30-Sep 2019.
 
Upvote 0

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
convert quarters e.g Q3 2019 to the end date of the quarter 30-Sep 2019.

Hi, here is one option you can try:


Excel 2013/2016
AB
2Q3 201930/09/2019
3Q1 201931/03/2019
4Q2 201930/06/2019
5Q4 201931/12/2019
Sheet1
Cell Formulas
RangeFormula
B2=DATE(RIGHT(A2,4),3*MID(A2,2,1)+1,0)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,875
Members
452,363
Latest member
merico17

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