A list of values are in column B (with names in column A). I need to count the minimum number of cells whose sum represent at least 75% of the values in column A.
For example, if column A have
10201540105
... then the answer should be 3 (representing values 40, 20 and 15).
No VB, and if possible no ArrayFormulas.