+ Reply to Thread
Results 1 to 3 of 3

Converting a date in Excel 2002 to a Year/Quarter format

Hybrid View

  1. #1
    Jim
    Guest

    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.

  2. #2
    David Jessop
    Guest

    RE: Converting a date in Excel 2002 to a Year/Quarter format

    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.


  3. #3
    Jim
    Guest

    RE: Converting a date in Excel 2002 to a Year/Quarter format

    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.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1