Mightyginger
Programmer
I am using an interpolation function which takes as an input the range of the data to be interpolated. So lets says it looks like this:
Column/Row A B
1 1-Jul-10 10
2 1-Jul-11 20
3 1-Jul-12 30
etc
So I would submit the range A1:B3 but lets say that column B was really column C and I had to have data in column B which was unrelated and I didn't want input into the interpolation function. Is there any way of submitting a range to the function which is essentially range A1:A3 and C1:C3 glued together? Obivously I could just great another two columns on the spreadsheet somewhere and then point to columns A and C but wondered if there might be something smarter.
Thanks in adance.
Neil.
Column/Row A B
1 1-Jul-10 10
2 1-Jul-11 20
3 1-Jul-12 30
etc
So I would submit the range A1:B3 but lets say that column B was really column C and I had to have data in column B which was unrelated and I didn't want input into the interpolation function. Is there any way of submitting a range to the function which is essentially range A1:A3 and C1:C3 glued together? Obivously I could just great another two columns on the spreadsheet somewhere and then point to columns A and C but wondered if there might be something smarter.
Thanks in adance.
Neil.