+ Reply to Thread
Results 1 to 2 of 2

Need formula to calculate business period and quarter based on date

  1. #1
    Registered User
    Join Date
    04-07-2014
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2007
    Posts
    37

    Need formula to calculate business period and quarter based on date

    1. Calculating the Period: I have a date in column "I". In column P i have the period for the business year. Period 1 starts in February, Period 2, March, etc....
    2. Calculating the quarter: Same as above, but trying to input the quarter into column V.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: Need formula to calculate business period and quarter based on date

    Is January Period 12 then?

    For period
    =IF(MONTH(A1)=1,12,MONTH(A1)-1)
    where A1 is your date

    For quarter
    =INT((IF(MONTH(A1)=1,12,MONTH(A1)-1)-1)/3)+1
    or place the period number in here
    =INT((A1-1)/3)+1
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 08-21-2013, 02:14 PM
  2. Replies: 0
    Last Post: 03-21-2013, 12:22 PM
  3. Calculate Reporting Period based on Today's Date
    By jeversf in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-22-2013, 08:03 PM
  4. Calculate Accounting period based on 12 date ranges
    By nikk05 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-30-2012, 08:07 AM
  5. Assigning period and quarter based on date range. VBA
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-28-2011, 09:04 PM

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