I have two excel columns (A and B) with different numbers (each column has 135 numbers). Two sums (SUM(A1:A135) and SUM(B1:B135)) of each column are different. I need to find the minimum sum of the combinations from two columns. The combination includes numbers with every indices from 1 to 135 and numbers with only one index, for example, if it includes A3, then it exclude B3. There is condition that the sum of chosen numbers from B column has to be more than or equal to that of A column.
2006-11-28
23:11:31
·
4 answers
·
asked by
Bilguun
2
in
Computers & Internet
➔ Programming & Design