Missing function

Mr930

Well-known Member
Joined
Aug 31, 2006
Messages
585
I inherited a spreadsheet that calls a function named INTERP(). I have opened this in Excel 2007 and had no trouble, but in 2010 I get #NAME. I assumed there was some sort of add-in that was missing. An internet search produced no solid results other than there are a lot of custom functions floating around called INTERP(). The funny thing is, on my PC with Office 2007, there are NO add-ins active at all and it works. So I am wondering how this can work in one version of Excel and not another? Has anybody come across INTERP() before?

thanks
Fred Emmerich
 
I did a full recalc, no luck. I'll try and step through the code, it is a huge file with multiple calls to the missing function.
 
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
In 2007 (the version that works), select any cell and paste INTERP into the Names box (left of the formula bar). If it's a UDF, doing that will take you to the code.
 
Upvote 0
Interp()=Interpolate
Does a lookup where it interpolates between results. The default is straight line interpolation, but it can do other forms, too.

<tbody style="margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: inherit; vertical-align: baseline; width: 875px;">
</tbody>
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top