L
Luciano
Dear all,
I am looking to consecutively sum the numbers in rows of a column with thousands of numbers until their sum is an exact expected value. Thus if the value of the sum is higher than that expected, the macro must start the sum in the following row and look for the expected value again. The macro must look for all situation in the column for which the sum is the searched value.. Has somebody any idea how could I perform that using an Excel macro? I would like that the string to be evaluated could be on cells "A:A" and that the detected expected values could be listed in "B:B", for example, as following small example:
Searched sum: 23
5.0
18.0 23
12.0
11.0 23
6.0
1.0
11.0
24.0
11.0
6.0
6.0 23
12.0
6.0
5.0 23
12.0 23
18.0
6.0
6.0
5.0
Thanks in advance,
Luciano
I am looking to consecutively sum the numbers in rows of a column with thousands of numbers until their sum is an exact expected value. Thus if the value of the sum is higher than that expected, the macro must start the sum in the following row and look for the expected value again. The macro must look for all situation in the column for which the sum is the searched value.. Has somebody any idea how could I perform that using an Excel macro? I would like that the string to be evaluated could be on cells "A:A" and that the detected expected values could be listed in "B:B", for example, as following small example:
Searched sum: 23
5.0
18.0 23
12.0
11.0 23
6.0
1.0
11.0
24.0
11.0
6.0
6.0 23
12.0
6.0
5.0 23
12.0 23
18.0
6.0
6.0
5.0
Thanks in advance,
Luciano