Hello,
I have a somewhat complex problem that involves:
Basically each row represents a bucket with a target amount that must be filled and it can take amounts only from rows beneath provided they match certain criteria which in turn creates new gaps that must be filled from even lower rows.
This is somewhat difficult to explain without showing so I mocked up what is essentially the process in Excel.
Thanks
@alfonsoLdc hi, to get the data from rows beneath the current row you need to:
- reverse-order the data set (e.g. use recordID tool and sort descending)
- use multi-row formula to get the data from rows above from dataset with reversed order (i.e. rows beneath the dataset in not-reversed order).
- then you can reverse it again to return to the starting order
Let me know if this helps
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |