Thread: Summing Program
View Single Post
  #1   Report Post  
Mark1
 
Posts: n/a
Default Summing Program

Anybody ever run across a function, combination of functions or VBA code that
will go through a list of numbers and find a combination of those numbers
that equals a pre-designated total? For example, if I have the following
list of numbers:

5
2
3
7

I want to know the combinations of those numbers that is going to equal 10.
Anybody, ever run across or tried anything like this?