Hi, I am trying to find a way to cluster cells together if their sum from left to right is over a certain threshold.
But the ttl row of cells must be equal to the original.
For instance,
assume threshold is greater than 600
the original dataset is (in a row):
500, 200, 1200, 300, 300, 200...