Hi,
Im working in column E. In VBA i endup in an active cell, and i want to sum the values above the active cell. How can i arrange that? Let say column E contains the values, and on the position x i want to put the SUM:
10
2
3
4
5
x
So x should be: 24.
I can have a lot of values and i only want to do the SUM of the values ABOVE the active cell, till an empty value. Is that possible?
Im working in column E. In VBA i endup in an active cell, and i want to sum the values above the active cell. How can i arrange that? Let say column E contains the values, and on the position x i want to put the SUM:
10
2
3
4
5
x
So x should be: 24.
I can have a lot of values and i only want to do the SUM of the values ABOVE the active cell, till an empty value. Is that possible?