Such a great video! You helped me with a challenge I thought would be extremely hard to solve. Thank you!
@SheridanWhiteside Жыл бұрын
Works brilliantly. How can I tweak it to make it a group of numbers that can get be closest to target range.
@FinexSkillsHub Жыл бұрын
Try setting the solver to an objective or a number (the difference) that is close to zero instead of exactly zero in the model .
@ra52noon Жыл бұрын
This was immensely helpful. Thank you.
@nikkihawkins846 ай бұрын
You've just saved me hours trying to solve an impossible equation, thank you!
@crystalzeyer42733 ай бұрын
This saved me WEEKS! Thank you!!!
@vinodjames20078 ай бұрын
Thank you so much this is life saver
@louislow9921 Жыл бұрын
This amazingly useful for me. But here comes another problem, what if I want to solve this problem with more than 200 variable ?
@ernestaboagye33853 жыл бұрын
Wow, this is amazing!
@sharonj7613 Жыл бұрын
Thank you this was very helpful
@mkeenan67 Жыл бұрын
Very smart, thanks.
@jacquelinedelao13116 күн бұрын
THANK YOU!!!!
@vinodjames20078 ай бұрын
can you show same method for the reconciliation of a ledger
@diyamary25612 ай бұрын
Thank you soo much!
@hydronation7 ай бұрын
what if you have negative values that need to added in column C? will it still calculate the combinations?
@joshuasackey50597 ай бұрын
Can you provide a way to use Solver to determine the number of different currency denominations that sum up to a given amount? For example: How many of these cedi notes - 200, 100, 50, 20, 10, and 5 together make GHC 17,437.
@chigozie1235 ай бұрын
You can do it with some math: 17437 / 200 = 87 rem 37 37 / 20 = 1 rem 17 17 / 5 = 3 rem 2 The answer is you will need 87 of the 200, 1 of the 20, and 3 of the 5. You will then have 2 GHC unaccounted for
@venkataraopelamala Жыл бұрын
if the target value is more than one, how to find sets of numbers from a list
@MushtaqAhmed-v7b7 ай бұрын
Thanks For Good Work I Have Following Multiple Entries In Single Cell Of Excel Sheet. I Want Them To Add Up/Sum Up In Single Cell Without Splitting Entries Into Multiple CellS.??? Entry Format Cell "B20" has Rs30, Rs60, Rs 543, rs30, R 453, Rs9000, Rs9999, Rs3218, ANS "C20" Looking For Auto Sum Formula????? PLEASE HELP.
@Austin_B6266 ай бұрын
Thank you!!!
@vishwakarmacvishwambhar9124 Жыл бұрын
What to do when the number of rows are above 250?
@FinexSkillsHub Жыл бұрын
That should still work if there are numbers in that range that can sum up to the given value
@tamikaleta16267 ай бұрын
What if it says there are too many variable cells?
@feldertam346323 күн бұрын
Hi, I am using Ms Access for accounting, may I do such solution in Access, VBA or Queries?