Hi,
I have a table of data, but it has gaps in it. I know all the 'x' values (they go from 1 to 69 linearly), but some of the 'y' values are missing.
I know the 'y' values vary cyclically so would have thought that excel would have a formula that looks at the whol table, effectively draws a line graph in its head and then fills in the missing data points with values based on said line graph.
e.g.
x: 1----2----3----4----5----6----7----8----9----10
y: 23--18---21------28---37---25---17-------23
I want to put formulae in the cells corresponding to x values of 4 and 9 and have the formula calculate the value based on the other values on the same row.
I have tried placing the following in cells P9, U9 & AG9 (does not correspon to columns above):
this does not work! Trend cannot read multiple ranges for "known 'y's". Does anyone know of a formula that does? Or failing that, a UDF somewhere that does this?
Thanks,
H
I have a table of data, but it has gaps in it. I know all the 'x' values (they go from 1 to 69 linearly), but some of the 'y' values are missing.
I know the 'y' values vary cyclically so would have thought that excel would have a formula that looks at the whol table, effectively draws a line graph in its head and then fills in the missing data points with values based on said line graph.
e.g.
x: 1----2----3----4----5----6----7----8----9----10
y: 23--18---21------28---37---25---17-------23
I want to put formulae in the cells corresponding to x values of 4 and 9 and have the formula calculate the value based on the other values on the same row.
I have tried placing the following in cells P9, U9 & AG9 (does not correspon to columns above):
HTML:
=TREND((O9,Q9:T9,V9:AF9,AH9:AR9),O7:AR7)
this does not work! Trend cannot read multiple ranges for "known 'y's". Does anyone know of a formula that does? Or failing that, a UDF somewhere that does this?
Thanks,
H