+ Reply to Thread
Results 1 to 2 of 2

Converting yearly data in monthly data

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2010
    Posts
    3

    Converting yearly data in monthly data

    I would like to convert yearly data into monthly data so that the monthly data is an interpolation of the yearly data. I would like the annual data to represent December of the relevant year and then for the following month (Jan) to be Dec plus 1/12th of the difference between the following Dec and the previous Dec.
    i.e. Dec 1946: 48227
    Dec 1947: 50494

    Jan 1947: =(Dec1946+((Dec1947-Dec1946)/12))=(47227+((50494-48227)/12))=48415.92

    I have attached an exampled spreadsheet where the original yearly data is in column B. The attempted formula is in column E. I was wondering whether somebody has written a macro for a similar problem which I could please apply to my problem.

    Thanks for the help.
    Attached Files Attached Files

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Converting yearly data in monthly data

    See if this is something that will work for you.
    Dates in column A have been converted to actual dates and dates in column D have been changed to end-of-month dates.

    Formula in F2 and down:

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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