Date & Quarters

raheem

New Member
Joined
Apr 24, 2017
Messages
34
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.

AB
01.01.2018Q1
05.02.2018Q1
10.03.2019Q1
03.04.2019Q2
31.05.2018Q2
Q2Q2
Q2Q2
Q3Q3
Q3Q3
Q4Q4
Q4Q4

<colgroup><col><col></colgroup><tbody>
</tbody>
 
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

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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,214,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

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