+ Reply to Thread
Results 1 to 5 of 5

Formula to find Quarter of year

Hybrid View

  1. #1
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    Formula to find Quarter of year

    I have a lot of dates e.g. (03/01/2017 16:57). Is there a formula to find quarters? E.g. this would return Q1 2017, but another might return Q2 2017 for example?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,684

    Re: Formula to find Quarter of year

    is that March 1 2017 or January 3 2017? Here is a formula for breaking out a month into a quarter... =IF(MONTH(B2)<4,"Q1 ",IF(MONTH(B2)<7,"Q2 ",IF(MONTH(B2)<10,"Q3 ","Q4 ")))&YEAR(B712)
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Formula to find Quarter of year

    I would make a table that houses all months below eachother and the quartal in the next column.

    Then I would use Vlookup to get the quartal.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    Re: Formula to find Quarter of year

    It's Jan 3 2017.

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: Formula to find Quarter of year

    Or:

    ="Q"&ROUNDUP(MONTH(A1)/3,0)

+ 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. Year | Quarter Formula
    By mphillips in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-16-2017, 12:02 AM
  2. Find Quarter Formula [Calculate Fields]
    By Jhon Mustofa in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 10-08-2015, 04:09 AM
  3. Replies: 4
    Last Post: 08-05-2015, 06:39 PM
  4. Replies: 1
    Last Post: 04-20-2015, 12:11 PM
  5. formula to output upcoming quarter end date (for a broken fiscal year)
    By canaille in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2014, 05:01 PM
  6. [SOLVED] Formula Error for converting date to quarter and year
    By jayc2111 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-15-2013, 01:26 PM
  7. Replies: 7
    Last Post: 05-11-2005, 04:06 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