Results 1 to 5 of 5

Interpolation in excel with VBA

Threaded View

  1. #1
    Registered User
    Join Date
    07-28-2010
    Location
    Europe
    MS-Off Ver
    Excel 2003
    Posts
    6

    Interpolation in excel with VBA

    Hi

    I have just started to work on a routine for excel developed with VBA.

    One of the sub tasks within the routine is to interpolate between different sets of datapoints. For this task I am using the following calculations:

    =FORECAST(NewX,OFFSET(KnownY,MATCH(NewX,KnownX,1)-1,0,2),OFFSET(KnownX,MATCH(NewX,KnownX,1)-1,0,2))

    Somehow I have allot of difficulty to implement this into my routine and I hope therefore someone could help me to solve this problem. See the attached file which included the specific part of the routine.

    Best regards
    John
    Attached Files Attached Files

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