+ Reply to Thread
Results 1 to 4 of 4

Determine Quarter for Fiscal Calendar Months

  1. #1
    Forum Contributor
    Join Date
    07-02-2008
    Location
    Utah
    Posts
    171

    Smile Determine Quarter for Fiscal Calendar Months

    Hi,

    Our fiscal calendar year is from Nov 1 (Q1) to Oct 31 (Q4). If I have a column of cells with each cell containing a date of the year, do you know of a way for me to be able to determine which quarter a particular date falls into? See the attached workbook for an example.

    Thanks so much!
    John
    Attached Files Attached Files
    Last edited by John Bates; 10-24-2009 at 11:00 PM. Reason: Solved

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Determine Quarter for Fiscal Calendar Months

    Try =ROUNDUP(MOD((MONTH(C3)+2),12)/3,0)

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Determine Quarter for Fiscal Calendar Months

    Quote Originally Posted by john bates View Post
    hi,

    our fiscal calendar year is from nov 1 (q1) to oct 31 (q4). If i have a column of cells with each cell containing a date of the year, do you know of a way for me to be able to determine which quarter a particular date falls into? See the attached workbook for an example.

    Thanks so much!
    John
    =mod(roundup((month(c3)-1)/3,0),4)+1

  4. #4
    Forum Contributor
    Join Date
    07-02-2008
    Location
    Utah
    Posts
    171

    Thumbs up Re: Determine Quarter for Fiscal Calendar Months

    Thanks for all your help!! This worked perfectly

+ 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