C
Christop
I have a long column of numbers which occasionally has a
blank cell.
Where the blank cell appears, I want to automate the
subtotalling of these numbers.
I started with a DO statement to loop this process until
the active cell reads "END"
My If statement was stepping down on cell, check if that
cell is blank and if so do a subtotal and then loop to
continue down the column.
PROBLEM: I don't know how to write the subtotal
instructions. How do I say subtotal the numbers above the
blank cell, up until the previous subtotal.
thanks in advance for your advice
C.
blank cell.
Where the blank cell appears, I want to automate the
subtotalling of these numbers.
I started with a DO statement to loop this process until
the active cell reads "END"
My If statement was stepping down on cell, check if that
cell is blank and if so do a subtotal and then loop to
continue down the column.
PROBLEM: I don't know how to write the subtotal
instructions. How do I say subtotal the numbers above the
blank cell, up until the previous subtotal.
thanks in advance for your advice
C.