E
EpsilonRho
I'm try to solve this problem. I have a column with 1000 numbers; from this
array I want to generate an other array with 1000-K elements that is the
result of the ratio between every element N and N+K, (for example if K=8
....B1=A1/A9, B2=A2/A10, B3=A3/A11, etc.). Now, is it possible to use the
content of a single cell where K is stored, to change the "distance" between
the cell ratios? For example if K=20 then B1=A1/A21, B2=A2/A22, B3=A3/A23.
Thank you very much.
Gene
array I want to generate an other array with 1000-K elements that is the
result of the ratio between every element N and N+K, (for example if K=8
....B1=A1/A9, B2=A2/A10, B3=A3/A11, etc.). Now, is it possible to use the
content of a single cell where K is stored, to change the "distance" between
the cell ratios? For example if K=20 then B1=A1/A21, B2=A2/A22, B3=A3/A23.
Thank you very much.
Gene