Hello everyone,
I was wondering if I could get some help with an issue I've been stuck on for a while.
Basically, I'm trying to a create a spreadsheet in Excel 2007 that will extract data based on a series of inputs from a Cartesian Product table and interpolate between the points. I can't figure out though how to extract the correct data entries.
My spreadsheet works like this: I have a fixed array (16x4) with columns W, X, Y, and Z. The Z column is the important one since that's what going to be interpolated later. The user is going to input numbers for W, X, and Y and the spreadsheet needs to extract the correct data set from the array.
So for example, if the user inputs 225/31/13, the spreadsheet will find the closest entry that's less than the stated inputs, which would be 200/30/10/7.
This can be done using formulas or VBA, doesn't matter. The ultimate goal is to expand this process to 7 other cases, but that will come later.
I've attached a screenshot of my spreadsheet.
http://i.imgur.com/tvfuAmQ.jpg
Any help is appreciated. Thanks.
I was wondering if I could get some help with an issue I've been stuck on for a while.
Basically, I'm trying to a create a spreadsheet in Excel 2007 that will extract data based on a series of inputs from a Cartesian Product table and interpolate between the points. I can't figure out though how to extract the correct data entries.
My spreadsheet works like this: I have a fixed array (16x4) with columns W, X, Y, and Z. The Z column is the important one since that's what going to be interpolated later. The user is going to input numbers for W, X, and Y and the spreadsheet needs to extract the correct data set from the array.
So for example, if the user inputs 225/31/13, the spreadsheet will find the closest entry that's less than the stated inputs, which would be 200/30/10/7.
This can be done using formulas or VBA, doesn't matter. The ultimate goal is to expand this process to 7 other cases, but that will come later.
I've attached a screenshot of my spreadsheet.
http://i.imgur.com/tvfuAmQ.jpg
Any help is appreciated. Thanks.