This is a tool that performs one or more bilinear interpolations, given a rectangular grid of known x and y, with associated z = f(x,y) values. The tool does not support extrapolation and warns the user if any points would require this.

For the performing of the interpolations(s), it is necessary to supply the following information:

If all the above information is supplied, the tool performs the interpolation(s) and returns the resulting z values.

Associated tool link: http://www.coggit.com/tools/bilinear_interpolator.html