+ Reply to Thread
Results 1 to 4 of 4

formula to convert month to quarter

  1. #1
    Forum Contributor
    Join Date
    05-05-2014
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2013
    Posts
    103

    formula to convert month to quarter

    Hello,

    I have this formula for row 2 to convert the month in Row 3 to the quarter in row 2. It works for q1, but not the other quarters. Any suggestions?

    Here is my formula:
    =CONCATENATE("Q",(ROUNDUP(MONTH(F3)/3,0)))

    Thanks!
    LauraMonth the Quarter.xlsx

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: formula to convert month to quarter

    It doesn't work because MONTH() functions expects a real date in D3

    Enter this date 1/1/2013 in D3 and this formula in E3 =EDATE(D3,1) and pull formula to the very end to the right.

    Now your formula should work fine

    =CONCATENATE("Q",(ROUNDUP(MONTH(D3)/3,0)))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: formula to convert month to quarter

    or with your existing values use

    ="Q"&INT((D3-1)/3)+1
    or even
    ="Q"&CEILING(D3,3)/3
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    05-05-2014
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2013
    Posts
    103

    Re: formula to convert month to quarter

    Thank you!

+ 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. Caclulate month of quarter (1st month - 3rd month)
    By kuraitori in forum Excel General
    Replies: 5
    Last Post: 07-15-2018, 03:53 PM
  2. Month to Quarter
    By Rajraj in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-28-2012, 01:19 AM
  3. Replies: 1
    Last Post: 02-04-2006, 12:19 PM
  4. Replies: 4
    Last Post: 11-07-2005, 05:25 PM
  5. Replies: 11
    Last Post: 06-22-2005, 10:05 AM

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