View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] p.stat@tiscali.it is offline
external usenet poster
 
Posts: 1
Default Combinations with contrstraints


Hi,

In column A I have a series of numbers , for example 1 3 10 25 69 70
80 92 ...
In cell B1 I have a number, for example 210.

How could I get all possible combinations of the numbers present in
column A whose sum is equal to 210?

Thanks
p.