Hi,
I've wrote some VB code that displays a variation of numbers dependent on what is entered. The amount of rows there will be will differ because of this.
My question is simply does anyone know a formula or any code that SUMS everything above it? e.g
A2 is constant. AX is the cell above where the formula is.
Hope this makes sense.
Luke
I've wrote some VB code that displays a variation of numbers dependent on what is entered. The amount of rows there will be will differ because of this.
My question is simply does anyone know a formula or any code that SUMS everything above it? e.g
=SUM(A2:AX)
or perhaps
=SUM(A2:A"one_above_me")
A2 is constant. AX is the cell above where the formula is.
Hope this makes sense.
Luke
Last edited: