Hi,
Is there a "ready made" Recursion procedure that can be adopted in order to present the numbers that sum up to a given number ?
for example:
In cells A1:A10 there are 10 numbers (could be any numbers).
1
2
3
4
5
6
7
8
9
10
The sum request is: 8
The procedure should present, in column "C" the unique numbers that sum up to Exactly 8
In this example, the results to be presented, in B1:B5, are:
1,7
2,6
3,5
1,2,5
1,3,4
Thanks, Elmer
Bookmarks