Jul 26 2022 11:01 PM - edited Jul 26 2022 11:28 PM
I don't know if there is a solution for this but I'm looking for a way to group numbers that correspond to the sum of other numbers. What do I mean:
The rows consist of one (1) row of a set of numbers and one (1) row with the result of the sum of some numbers from row 1.
How do I find out which part (the sum) of the set of numbers from row 1 is equal to one of the numbers in row 2.
Example:
Jul 26 2022 11:24 PM
SolutionHow To Find All Combinations That Equal A Given Sum In Excel?
a none Microsoft site
Hope I could help you with these link.
I know I don't know anything (Socrates)
Jul 26 2022 11:33 PM
Jul 27 2022 12:53 AM
Jul 27 2022 12:54 AM
Jul 27 2022 01:19 AM - edited Jul 27 2022 04:45 AM
=ALS(ISGETAL(VERGELIJKEN(RIJEN($1:1);ALS(INDEX(REST(INTEGER((List2-1)/2^(TRANSPONEREN(List1)-1));2);VERGELIJKEN(WAAR;PRODUCTMAT(REST(INTEGER((List21)/2^(TRANSPONEREN(List1)-1));2);Range1)=$C$2;0););TRANSPONEREN(List1));0));"X";"")
don't forget after inserting the formula press Shift + Ctrl + Enter keys together.
*Your formula was entered incorrectly.
Jul 27 2022 03:51 AM - edited Jul 27 2022 03:52 AM
Jul 27 2022 04:36 AM - edited Jul 27 2022 04:36 AM
Changed it, thanks for the tipp