+ Reply to Thread
Results 1 to 3 of 3

Interpolation, changing frequency of data

  1. #1
    Registered User
    Join Date
    05-08-2013
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    5

    Interpolation, changing frequency of data

    Excel.jpg

    Hi I'm trying to convert a series of annual data into quarterly data. Taking column O (the annual data) as the data for first quarter of the year, and column P as the quarterly growth in that year, is there a formula that can compute the quarterly data in column T? Thanks a lot!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Interpolation, changing frequency of data

    It looks like you have the formula correct, but you need a formula that will be easier to copy down the list. I would probably use one of Excel's lookup functions: http://office.microsoft.com/en-us/ex...149.aspx?CTT=1 VLOOKUP() is probably the first one people would suggest. Something along the lines of =G2*vlookup(E2,$B$2:$C$50,3). the VLOOKUP() function will search column A to find the year in column E, then return the calculated Growth rate (column C) for that year.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    05-08-2013
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Interpolation, changing frequency of data

    Ok, thanks for the suggestion!

+ 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. 3D interpolation for missing data
    By FlorisH in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-12-2019, 05:04 PM
  2. Data Interpolation & Formulas
    By Dan_V in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-20-2013, 04:14 AM
  3. Replies: 1
    Last Post: 03-06-2013, 09:37 AM
  4. defining in Frequency a changing number of rows
    By Nopperson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-08-2011, 06:57 AM
  5. Replies: 0
    Last Post: 07-24-2008, 02:27 PM

Tags for this Thread

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