hey I need help writing a macro that adds 2 values in a col. and then carries the total and keeps going to row 5000. The problem is the number of rows inbetween each number is always variable and the sum needs to return to the same position(if that cant be done results can be move to col B). For example I have a set of data that looks like this, and what needs to happen. Thanks in advance
col A | col A(after macro)
21 | 21
blank | blank
blank | blank
blank | blank
35 | 56
blank | blank
-22 | 34
blank | blank
blank | blank
5 | 39
col A | col A(after macro)
21 | 21
blank | blank
blank | blank
blank | blank
35 | 56
blank | blank
-22 | 34
blank | blank
blank | blank
5 | 39
Last edited: