D
Dimitar Panayotov
hello there. i have tried to solve this problem, but by now i could not.
problem:
there are rows -- list of numbers. it is not specified whether they are in
some range, nor it is specified can they be negative -- they can be. we want
to specify "start row" from which AFTER it we do SUM until it is greater than
or equal to some number, again specified by us. after this is true, we want to
"extract" row AFTER this SUM, and then same thing -- again chasing some value
in SUM, then "extract" another cell, and so on. final goal is to make a
excerpt from the list of numbers, and we to know for these numbers that sums
of other elements between them were greater than or equal to some value...
i am not sure i succeeded to tell it right. if you are interested or just
curious, question me. it is really important, and i need your help.
thanks from now.
Mitko
problem:
there are rows -- list of numbers. it is not specified whether they are in
some range, nor it is specified can they be negative -- they can be. we want
to specify "start row" from which AFTER it we do SUM until it is greater than
or equal to some number, again specified by us. after this is true, we want to
"extract" row AFTER this SUM, and then same thing -- again chasing some value
in SUM, then "extract" another cell, and so on. final goal is to make a
excerpt from the list of numbers, and we to know for these numbers that sums
of other elements between them were greater than or equal to some value...
i am not sure i succeeded to tell it right. if you are interested or just
curious, question me. it is really important, and i need your help.
thanks from now.
Mitko