Consulting

Results 1 to 2 of 2

Thread: Completing Data / Interpolation

  1. #1
    VBAX Newbie
    Joined
    Nov 2014
    Posts
    1
    Location

    Completing Data / Interpolation

    Hi All,

    I am new to this forum.
    I have a file containing monthly data. Sometimes my datafile does not contain monthly data but quaterly or sometimes points are just missing. I am trying to write VBA code to complete missing data points. For example, in the example file, in the column smoothed data, I would like to have the original data (if present) or otherwise have an interpolation between the adjacent points. In this case 183333 and 186667. Could you please help me out.

    Thanks alot!Example Smoothed Data.xlsx

  2. #2
    VBAX Expert Dave's Avatar
    Joined
    Mar 2005
    Posts
    835
    Location
    If your just inventing data, what's the point? Having typed that, seems like some kind of statistical thing could be used to find your mean and what that data point should have been... ie. provide the best guess of what your missing data should have been. I'm pretty sure no one understands "In this case 183333 and 186667" if U care to elaborate. Dave

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •