+ Reply to Thread
Results 1 to 3 of 3

simple series interpolation

  1. #1
    Registered User
    Join Date
    11-11-2010
    Location
    cary, usa
    MS-Off Ver
    Excel 2010
    Posts
    5

    Question simple series interpolation

    Hello everyone, I want to use a formula to do some very simple linear interpolations (which I will later enter into a macro to auto search for and interpolate blank cells). Thank you in advance!

    The formula should be able to take these numbers in a column:
    1
    2
    (empty cell)
    (empty cell)
    (empty cell)
    6
    7
    And fill in the blanks to create this series in another column:
    1
    2
    3
    4
    5
    6
    7
    The formula should be able to do this if there is one empty row, or more.

    If there is just one empty cell, I know I can use the following formula, but when I tried creating nested IF statements to account for multiple empty cells, I had a lot of trouble: =X78-X78-X80)/(ROWS(X78:X80)-1)

    Thank you!

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: simple series interpolation

    If you want to keep it simple:
    Assuming column-A holds your values as shown then in column-B

    B1: =A1
    B2: =$A$1+ROW()-1, copied down the column

    If this is not what you intended, the clarify and provide more examples and detail
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    11-11-2010
    Location
    cary, usa
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: simple series interpolation

    Thank you Palmetto. I'm good now thanks to this link: http://excel.bigresource.com/Track-excel-dbXbI4ga/

    It uses VBA instead of a simple formula, but that's probably for the best.

+ 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