Forum Discussion
Fun2Hike
Jul 27, 2022Copper Contributor
Which combination of numbers from row 1 forms the sum of one of the numbers from row 2
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 numbe...
- Jul 27, 2022
How 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)
NikolinoDE
Jul 27, 2022Platinum Contributor
How 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)
- Fun2HikeJul 27, 2022Copper ContributorThanks for your quick response. It seems that your suggestion may be the solution. However, when entering the last formula, I get the message that there is an error in the formula.
The last formula is:
=IF(ISNUMBER(MATCH(ROWS($1:1),IF(INDEX(MOD(INT((List2-1)/2^(TRANSPOSE(List1)-1)),2),MATCH(TRUE,MMULT(MOD)" (INT((List2-1)/2^(TRANSPOSE(Lijst1)-1)),2),Range1)=$C$2,0),),TRANSPOSE(List1)),0)),"X", "")
What could this be?
By the way, I have a Dutch version of Excel. Maybe something wrong notation?- NikolinoDEJul 27, 2022Platinum ContributorNederlands
=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.
- HansVogelaarJul 27, 2022MVP