• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Bilinear interpolation EXCEL

thavil

New Member
I need to interpolate data from my table and I already have a way of doing so, which I learned from:
https://www.engineerexcel.com/biline...olation-excel/
However, I wanted to incorporate it to my workbook in a way it can automatically fill in the values, since I have many similar tables to work on. So I did not want to do it manually for each set of coordinates. A sample table is following:

https://i.stack.imgur.com/vi4KX.png

Someone know a way I can do it? I tried to create a VBA code from some tutorials online but did not work.
Thanks!!
 
Please provide the actual Excel file

Have you tried using the search box at the top right of this page
 
The attached contains formulas that perform a bi-linear interpolation.
It is implemented using named formulae so don't expect it to look familiar!
 

Attachments

  • BI-linear interpolation (PB).xlsx
    26.2 KB · Views: 29
Back
Top