I think the title is right...
I've come across many UDF for interpolating when the data is available via the workbook. But I'm trying to populate an interpolated array. I have 9 values already and I need to interpolate the values inbetween them. Essentially if they were on a worksheet it would be:
70 44.66 200 39.57 400 34.58 600 32.99 800 30.05 1000 29.89 1200 29.05 1400 27.63 1600 18.48
Essentially I need to create a "database" that will interpolate each value between 70 and 1600 from the data provided. I'm stuck with the logic...I thought maybe looping through to create the 70 to 1600 using an array created for the other 9 values in the table. But I'm unsure how to call them properly.... Does anyone have any ideas? Thank you![]()
Bookmarks