About 129,000 results
Open links in new tab
  1. Find all combinations of numbers that equal a given sum in Excel

    Jul 21, 2023 · Learn how to find all possible combinations of values in Excel that add up to a specific sum using the Solver add-in, a custom function, and VBA macro.

  2. Identifying Excel Entries that Add Up to a Specific Value

    Jul 21, 2017 · If you are looking to figure out how to use excel to help in identifying excel entries that add up to a specific number, you need to do one thing first. The first step in this process is to make sure …

  3. How to find all combinations that equal a given sum in Excel?

    Mar 18, 2025 · In this article, we will explore various methods to pinpoint the specific combinations of numbers within a list that total a designated value in Excel.

  4. How to Sum All Possible Combinations in Excel – 4 Steps

    Aug 12, 2024 · From a dataset of numbers we will show you how to sum all possible combinations in Excel that will add up to be a certain number.

  5. Using solver to find a combination of numbers that equal a specific ...

    Jun 4, 2023 · The next you are to do is this: * You need to define the constraints for Solver. In this case, you want the sum in a cell to be equal to the specific number in another cell. You can do this by …

  6. How to find which numbers add up a target sum using solver in Excel ...

    In this video we'll learn how to find which numbers from a list add up a target amount using solver in Excel

  7. How to Find Combinations that are Equal to the Given Sum in Excel ...

    Learn to find combinations that are equal to the given sum in Excel. Master formulas, Solver setup, macros, and more.

  8. Excel: Find a subset of numbers that add to a given total?

    Oct 29, 2010 · In the pull-down, select 'bin' (Binary). This restricts the values of these cells to 0 (removing the corresponding A cell from the sum) or 1 (adding the corresponding A cell to the sum). …

  9. Identify numbers in sum using Excel solver - Get Digital Help

    Feb 2, 2025 · This article describes how to find a sum from a range of numbers using a user defined function. Let´s see how quickly excel solver finds the numbers using the instructions from this post: …

  10. Excel Solver Finding a Target Sum from Subset of Number Set

    Jan 15, 2017 · If you determine criteria for the range of solutions you are looking for, you could setup a VBA sub to loop through setting up Solver, getting the solution, and storing the results of the …