Hello, I hope someone can help.
I have a single column that contains a list of numbers but the numbers actually represent two different things so I want to sum them seperately. An example might help.
Number 1
Number 2
Number 3
Number 4
Number 5
Number 6
So in the above example I want to sum Numbers 1, 3 and 5, and then sum Numbers 2, 4 and 6. The length of the column is about 2000, but some rows are blank, and there is no regularity in the occurances of the blank rows, and the position of the blank rows could change next week when I have a new set if data.
Any ideas on how to achieve this task?
Many thanks in advance
I have a single column that contains a list of numbers but the numbers actually represent two different things so I want to sum them seperately. An example might help.
Number 1
Number 2
Number 3
Number 4
Number 5
Number 6
So in the above example I want to sum Numbers 1, 3 and 5, and then sum Numbers 2, 4 and 6. The length of the column is about 2000, but some rows are blank, and there is no regularity in the occurances of the blank rows, and the position of the blank rows could change next week when I have a new set if data.
Any ideas on how to achieve this task?
Many thanks in advance