Hey Moose,
I was born to reconcile, alas.
using Excel's =combin function to see the number of possible combinations of x numbers from y :
any 2 from 100 = 4,950 possibilities
any 3 from 100 = 161,700 possibilities
any 4 from 100 = 3,921,225 possibilities
any 5 from 100 = 75,287,520 possibilities
any 6 from 100 = 1,192,052,400 possibilities
you can appreciate the complexity of the problem if your data range adds up to 0 with 6 of the numbers from your list !
I use VBA code provided from this board to do this - it checks any combinations from 1 to 6 variables in any sized range - give me a shout and I'll email it to you
I have to point out though, I did not write the VBA code, it was provided by some much cleverer bod from this board (I can't remember who though) some months ago.
Don't forget, a million combinations means a million calculations : if your 0 is made up of 6 numbers in a range of 200 numbers, you are talking 82 billion calculations Excel has to perform : maybe a few hours worth of the hourglass on centrestage...