+ Reply to Thread
Results 1 to 2 of 2

Using dates in formulas

  1. #1
    cheryl
    Guest

    Using dates in formulas

    I have a column of dates. I need to write a formula that will check the date
    and the result will be the correct quarter. How do I write the formula?

    6/25/05 Q2
    1/15/05 Q1
    12/4/05 Q4
    9/30/05 Q3
    3/25/05 Q1

    Thanks in advance,
    Cheryl

  2. #2
    Ron Rosenfeld
    Guest

    Re: Using dates in formulas

    On Fri, 9 Sep 2005 09:18:03 -0700, cheryl <cheryl@discussions.microsoft.com>
    wrote:

    >I have a column of dates. I need to write a formula that will check the date
    >and the result will be the correct quarter. How do I write the formula?
    >
    >6/25/05 Q2
    >1/15/05 Q1
    >12/4/05 Q4
    >9/30/05 Q3
    >3/25/05 Q1
    >
    >Thanks in advance,
    >Cheryl



    =INT((MONTH(A1)-1)/3)+1

    and format as:

    Format/Cells/Number Custom Type: \Q0

    or, if you don't mind the result being TEXT, you could use:

    =TEXT(INT((MONTH(A1)-1)/3)+1,"\Q0")


    --ron

+ 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