Here's my example:
Column
A1: Variable(let's say 20)
B1: 5
B2: 6
B3: 3
B4: 7
B5: 3
Looking to count the minimum number of cells in column B it takes to reach 20 (does not need to equal 20 exactly). Looking to return the answer (4) - as it took four cells (5+6+3+7) to reach variable (20) in cell A1.
Thanks
Column
A1: Variable(let's say 20)
B1: 5
B2: 6
B3: 3
B4: 7
B5: 3
Looking to count the minimum number of cells in column B it takes to reach 20 (does not need to equal 20 exactly). Looking to return the answer (4) - as it took four cells (5+6+3+7) to reach variable (20) in cell A1.
Thanks