I am trying to use a forumula that can sum a column until a certain point, which is when a non adjacent column's information is filled in. And then I want it to repeat.
For example:
Cells A1: has text, Cells E1-1000 has numbers
Cells A2-8: has blanks
Cells A9: has text
And perhaps Cells A:10-39: has blanks
And Cell A40: has text
So I want Cell A1 to show the sums of E2:E8 and Cell A9 to show the sums from E10:E39.
Is there a way I can do this without coding a macro?
For example:
Cells A1: has text, Cells E1-1000 has numbers
Cells A2-8: has blanks
Cells A9: has text
And perhaps Cells A:10-39: has blanks
And Cell A40: has text
So I want Cell A1 to show the sums of E2:E8 and Cell A9 to show the sums from E10:E39.
Is there a way I can do this without coding a macro?