Hi All,
I made a column of numbers that depend on a pull down bar. The length of those columns depend on what name is chosen.
I apply the function cubic_spline(x-values,y-values,O3) to those columns.
The problem is that x-values and y-values change depending on my pull down bar, which messes up the cubic_spline function.
So, long story short, I need a way to select (say column A) x-values and (say column B) y-values so that they are selected perfectly even though they have blanks at the end.
This is difficult to describe, hopefully I'm making sense.
As usual, any help would be appreciated!
Thanks!
I made a column of numbers that depend on a pull down bar. The length of those columns depend on what name is chosen.
I apply the function cubic_spline(x-values,y-values,O3) to those columns.
The problem is that x-values and y-values change depending on my pull down bar, which messes up the cubic_spline function.
So, long story short, I need a way to select (say column A) x-values and (say column B) y-values so that they are selected perfectly even though they have blanks at the end.
This is difficult to describe, hopefully I'm making sense.
As usual, any help would be appreciated!
Thanks!