So, I need to find the total number of combinations for a list of 10 data points that add up to AT LEAST 100. All of the examples to solve this I've found only give the number of combinations that EQUAL a number. How can I total the combinations that are higher than 100? Is this doable without VBA in Excel?
Another idea was calculating the total number of combinations (10!) and subtracting those UNDER 1,000 to find the number. But again, how to find the total number of combinations falling in a range?
Problem statement: 10 data points (65, 52, 48, 44, 42, 41, 39, 38, 30, 18) How many combinations can total at least 100?
Sources I've tried (I can't post more than 2 links) http://www.tushar-mehta.com/excel/templates/match_values/index.html
Find out which combinations of numbers in a set add up to a given total