You may come up with a long cell formula for linear interpolation. Excel still does not have a good built-in function to do this simple task. Or you can use VBA function presented below.
Public Function INTER1(Xval As Double, x As Range, Y As Range)
Dim Nrow%
Nrow =...