+ Reply to Thread
Results 1 to 7 of 7

Converting Monthly Index Values to Quarterly

  1. #1
    Registered User
    Join Date
    04-30-2017
    Location
    US
    MS-Off Ver
    2017
    Posts
    2

    Converting Monthly Index Values to Quarterly

    Hello, new to the forum, first time caller. Appreciate any help someone can provide with the following issue:

    I have two indices with historic gross returns, the start date of each being equal to 100. I would like to graph the performance of the two indices to illustrate the difference in returns over a period of time.

    The problem is that one index is in quarterly format and the other index is in monthly format. I would like to convert the monthly format to quarterly so I can compare the two on a historical, quarterly return basis. Is there an excel formula that converts my monthly index data into quarterly index data?

    As an example, I have attached an excel document with two tabs: Tab 1 shows the quarterly data and Tab 2 shows the monthly data.

    Appreciate any help you can provide.
    Attached Files Attached Files

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: Converting Monthly Index Values to Quarterly

    Hi welcome to the forum, the credits are not mine but try this:

    place the following formula in column D row 1

    Please Login or Register  to view this content.
    Then drag it down to the last row and it will give you the quarter.
    Found it doing a Google search and came across this link: http://www.vbaexpress.com/forum/arch...p/t-11375.html
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Registered User
    Join Date
    04-30-2017
    Location
    US
    MS-Off Ver
    2017
    Posts
    2

    Re: Converting Monthly Index Values to Quarterly

    Quote Originally Posted by Keebellah View Post
    Hi welcome to the forum, the credits are not mine but try this:

    place the following formula in column D row 1

    Please Login or Register  to view this content.
    Then drag it down to the last row and it will give you the quarter.
    Found it doing a Google search and came across this link: http://www.vbaexpress.com/forum/arch...p/t-11375.html
    Thank you for your response, but unfortunately that is not what I am seeking to do.

    I am trying to convert the MONTHLY index data (column B) in Tab 2 into QUARTERLY index data like the QUARTERLY index data (column C) in Tab 1 so that I may then be able to line chart the two series (now that they are the same frequency in terms of time periods) on a chart and compare the difference in returns over time.

  4. #4
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,520

    Re: Converting Monthly Index Values to Quarterly

    This what you mean?
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thanks,
    Mike

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Converting Monthly Index Values to Quarterly

    Refer attach file.
    In monthly index sheet : Add two column. In column "C" calculate "Q1" / "Q2" / "Q3" / "Q4" & column "D" extract year from column "A" Date
    Column "C" Formula :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Column "D" Formula :
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In sheet "Quarterly Index" in column "D" Formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Criteria is "Q1" and year 1988
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: Converting Monthly Index Values to Quarterly

    Is the quarterly index an AVERAGE of the 3 monthly figures?

    Try

    in "Quarterly Index" D2

    =AVERAGE(INDEX('Monthly Index'!$B$1:$B$348,(ROWS($1:1)-1)*3+1):INDEX('Monthly Index'!$B$1:$B$348,ROWS($1:1)*3))

    copy down

  7. #7
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Converting Monthly Index Values to Quarterly

    Yes John OP not mentioning any sum or avg.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If you required average then only change =AVERAGEIFS instead of =sumifs

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. Monthly, Bi-monthly, Quarterly, Yearly Report Tracking Help
    By eugene_lys in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2014, 11:08 PM
  2. Converting monthly dates to quarterly dates
    By kirby5050 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-04-2014, 12:40 AM
  3. Replies: 0
    Last Post: 09-12-2010, 12:56 PM
  4. Converting monthly data into quarterly
    By paulgerrits in forum Excel General
    Replies: 9
    Last Post: 07-28-2010, 02:24 PM
  5. display date by monthly, by monthly & quarterly
    By avk in forum Excel General
    Replies: 2
    Last Post: 04-21-2010, 09:41 AM
  6. add simultaneously monthly values to get quarterly values
    By crystaldew in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-03-2008, 02:36 AM
  7. converting monthly data to quarterly
    By Amosbaba in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-12-2007, 03:14 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