+ Reply to Thread
Results 1 to 5 of 5

Interpolate (formula)

  1. #1
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Interpolate (formula)

    Hi Team,

    I was wondering if someone could help me with a formula.

    Explanation:

    I have a table with 2 main parts (SOUND VALUE and TRIM VALUE). The concept is basically if there was a given SOUND VALUE and TRIM VALUE, all I have to do is to find where the values intertwined.

    Table.jpg

    The next problem is, if the Sound Value given is more than the base value on the table. On this case, I would have to compute for the difference. (kindly see attached file for sample computation.

    Hope for your assistance.

    ^_^
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,897

    Re: Interpolate (formula)

    In B20:

    =LOOKUP(B18,$A$3:$A$8)+(((B18-LOOKUP(B18,$A$3:$A$8))/5)*(INDEX($B$3:$H$8,MATCH(B18,$A$3:$A$8,1)+1,MATCH(B19,$B$2:$H$2,0))-INDEX($B$3:$H$8,MATCH(B18,$A$3:$A$8,1),MATCH(B19,$B$2:$H$2,0))))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,908

    Re: Interpolate (formula)

    WOW Ali, you must already had your coffee yet because coming up with this this early in the morning.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  4. #4
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Interpolate (formula)

    Hi Ali,

    Wow.. Just wow!! Thank you so much.. I'll have to understand this formula...

    Regards,

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,897

    Re: Interpolate (formula)

    You're welcome, Jarvin!

    Rudi - yes, I had already had my coffee, but it's just an equation at the end of the day.

+ 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. Interpolate - HELP
    By Smile0013 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-27-2014, 03:45 PM
  2. Formula to interpolate between numbers
    By Lisa Z in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-06-2014, 09:56 PM
  3. Replies: 5
    Last Post: 05-06-2013, 08:44 PM
  4. Replies: 18
    Last Post: 11-05-2012, 12:11 AM
  5. interpolate
    By mboyce82 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-04-2012, 04:12 PM
  6. Interpolate
    By ryan darrow in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-27-2011, 09:47 PM
  7. [SOLVED] interpolate
    By tom ossieur in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2006, 01:45 PM
  8. [SOLVED] interpolate
    By SAMM in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-10-2005, 12:06 PM

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