ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Converting a date in Excel 2002 to a Year/Quarter format (https://www.excelbanter.com/excel-worksheet-functions/8970-converting-date-excel-2002-year-quarter-format.html)

Jim

Converting a date in Excel 2002 to a Year/Quarter format
 
Is there a formula or function that I can use in Excel 2002 to convert a date
to a year/quarter format. For instance if the date said 2/35/2005, I would
like to represent that as 2005Q1 or Q12005, something like that. If someone
has an idea, please share it. Thanks.

David Jessop

Hi,

There isn't a format that does this, but try

=YEAR(A1)&"Q"&INT((MONTH(A1)+2)/3)

Regards,

David Jessop

"Jim" wrote:

Is there a formula or function that I can use in Excel 2002 to convert a date
to a year/quarter format. For instance if the date said 2/35/2005, I would
like to represent that as 2005Q1 or Q12005, something like that. If someone
has an idea, please share it. Thanks.


Jim

I tried your syntax below and it worked perfectly David! Thank you very much
for your help and quick response!

"David Jessop" wrote:

Hi,

There isn't a format that does this, but try

=YEAR(A1)&"Q"&INT((MONTH(A1)+2)/3)

Regards,

David Jessop

"Jim" wrote:

Is there a formula or function that I can use in Excel 2002 to convert a date
to a year/quarter format. For instance if the date said 2/35/2005, I would
like to represent that as 2005Q1 or Q12005, something like that. If someone
has an idea, please share it. Thanks.



All times are GMT +1. The time now is 07:12 PM.

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