+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 Exponential Interpolation

  1. #1
    Registered User
    Join Date
    07-29-2013
    Location
    Colorado
    MS-Off Ver
    Excel 2007
    Posts
    19

    Excel 2007 Exponential Interpolation

    Hi All,

    I have a frequency table (attached) that I need to be able to interpolate values between the known values on something other than a linear basis (e.g. exponential or logarithmic). Would someone be able to help me figure this out?

    Thanks,

    Jeff

    Exponential Interpolation.xlsx

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,393

    Re: Excel 2007 Exponential Interpolation

    Can I assume you already have an algorithm for doing linear interpolations?

    Doing a simple exponential interpolation can be approached the same as a linear interpolation, if you will use a couple of helper columns. An exponential function is y=B*A^x which can be rewritten as ln(y)=ln(B)+x*ln(A) -- A linear function. If you add, in column D, a function =ln(C5) [copied down], now you can use your existing linear interpolation algorithm to on columns D and B to interpolate for ln(y). Then, obviously, add an =exp() function to get y.

    Just looking at the graph of the data, you might consider a hyperbolic function y=B+A/X (still a linear function in 1/X). In this case, you would add a helper column to calculate 1/X [=1/B5 copied down], then apply your linear interpolation algorithm to y and 1/x.

    If you do not have a working linear interpolation algorithm, let us know and we can help build the linear interpolation algorithm. As I've tried to show above, once you have the linear interpolation algorithm, many other interpolation schemes are essentially the same when the desired transformation is applied to the raw data.
    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
    07-29-2013
    Location
    Colorado
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Excel 2007 Exponential Interpolation

    MrShorty,

    I do not currently have a working linear interpolation algorithm. All I have at this point is the data that was in the spreadsheet. Any help is much appreciated!!

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Excel 2007 Exponential Interpolation

    You could just do a linear interpolation between points:

    B
    C
    D
    E
    F
    G
    4
    Level
    Claims
    Level
    Claims
    5
    50,000
    13.999
    65,000
    10.496
    F5: =PERCENTILE($C$5:$C$17, 1 - PERCENTRANK($B$5:$B$17, E5))
    6
    75,000
    8.161
    7
    100,000
    5.134
    8
    125,000
    4.138
    9
    150,000
    2.885
    10
    175,000
    2.425
    11
    200,000
    2.119
    12
    250,000
    1.269
    13
    300,000
    0.834
    14
    350,000
    0.587
    15
    400,000
    0.422
    16
    450,000
    0.351
    17
    500,000
    0.304
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Registered User
    Join Date
    07-29-2013
    Location
    Colorado
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Excel 2007 Exponential Interpolation

    Awesome. Thank you!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Excel 2007 Exponential Interpolation

    You're welcome.

+ 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. Exponential Interpolation - Growth/Logest/Trend?
    By ExcelNewbie4 in forum Excel General
    Replies: 15
    Last Post: 04-16-2014, 04:25 AM
  2. Replies: 3
    Last Post: 08-20-2013, 03:59 AM
  3. Exponential Interpolation
    By RRW119 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-05-2012, 01:17 PM
  4. [SOLVED] Real-Time Curve Interpolation Excel 2007
    By xelhelp in forum Excel General
    Replies: 5
    Last Post: 12-15-2011, 11:23 AM
  5. Curve fit Exponential Rise data in Excel 2007
    By GlennBurks in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-06-2007, 03:01 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