I have a simple table with A, B, and C columns and D, E, F rows and numeric values in each cell of the table. I need to get one value from each column (only one value per column) that will result in the lowest possible number when adding those values up. There is one constraint: I can not get cells that belong to the same row.
On the example I am providing, the sum of the values 404, 970 and 604 totals 1978 which is the lowest possible result on that table provided that I'm selecting one cell per column and each selected cell belongs to an unique row.
Is there an excel formula for this problem? I’m looking for a formula to provide what the lowest possible number is and also need to identify the cells being selected.
Thanks in advance.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]984[/TD]
[TD]970[/TD]
[TD]1048[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]404[/TD]
[TD]1454[/TD]
[TD]396[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]663[/TD]
[TD]1797[/TD]
[TD]604[/TD]
[/TR]
</tbody>[/TABLE]
On the example I am providing, the sum of the values 404, 970 and 604 totals 1978 which is the lowest possible result on that table provided that I'm selecting one cell per column and each selected cell belongs to an unique row.
Is there an excel formula for this problem? I’m looking for a formula to provide what the lowest possible number is and also need to identify the cells being selected.
Thanks in advance.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]984[/TD]
[TD]970[/TD]
[TD]1048[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]404[/TD]
[TD]1454[/TD]
[TD]396[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]663[/TD]
[TD]1797[/TD]
[TD]604[/TD]
[/TR]
</tbody>[/TABLE]