ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Return the current Yearly Quarter based on date (https://www.excelbanter.com/excel-worksheet-functions/248325-return-current-yearly-quarter-based-date.html)

hozman

Return the current Yearly Quarter based on date
 
Side Bar** This discussion board is a great resource thanks for the
information.

I am trying to figure out a formula that will return a 1st Quarter, 2nd
Quarter, etc. in to a field based on todays date. Assuming each Quarter began
on the first of Jan, Apr, Jun, and Oct.

So if today was January 3, it would place 1st quarter in the field. If it
was April 12 it would place 2nd quarter in the field, etc.

Thanks!!!

Per Jessen[_2_]

Return the current Yearly Quarter based on date
 
Hi

Try this:

=CHOOSE(ROUNDUP(MONTH(TODAY())/4;0),"1st Quarter", "2nd Quarter","3rd
Quarter","4th Quarter")

Regards,
Per

On 12 Nov., 22:57, hozman wrote:
Side Bar** This discussion board is a great resource thanks for the
information.

I am trying to figure out a formula that will return a 1st Quarter, 2nd
Quarter, etc. in to a field based on todays date. Assuming each Quarter began
on the first of Jan, Apr, Jun, and Oct.

So if today was January 3, it would place 1st quarter in the field. If it
was April 12 it would place 2nd quarter in the field, etc.

Thanks!!!



T. Valko

Return the current Yearly Quarter based on date
 
Try this...

=CHOOSE((MONTH(NOW())+2)/3,"1st","2nd","3rd","4th")&" Quarter"

--
Biff
Microsoft Excel MVP


"hozman" wrote in message
...
Side Bar** This discussion board is a great resource thanks for the
information.

I am trying to figure out a formula that will return a 1st Quarter, 2nd
Quarter, etc. in to a field based on todays date. Assuming each Quarter
began
on the first of Jan, Apr, Jun, and Oct.

So if today was January 3, it would place 1st quarter in the field. If it
was April 12 it would place 2nd quarter in the field, etc.

Thanks!!!





All times are GMT +1. The time now is 08:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com