P
Paul Hyett
If I have two values in a column separated by a certain number of rows,
e.g.
1000
x
x
x
x
500
.... and I wanted to fill each cell in between by reducing by (in this
example) 1/5th of the difference, to get an end result of :
1000
900
800
700
600
500
Is there a way of automating this for a variable number of rows between
the start & end numbers?
I can obviously do it manually where the gap is a few rows, but
otherwise...
[I hope I've explained this well enough?]
e.g.
1000
x
x
x
x
500
.... and I wanted to fill each cell in between by reducing by (in this
example) 1/5th of the difference, to get an end result of :
1000
900
800
700
600
500
Is there a way of automating this for a variable number of rows between
the start & end numbers?
I can obviously do it manually where the gap is a few rows, but
otherwise...
[I hope I've explained this well enough?]