Hi,
I am not sure if the Multi-Row formula tool is the best option for what I am trying to do, so please let me know if you would suggest another solution.
I am trying to find a way to add a specific REF to 3 rows dependent on the values. I have attached a sample, in this example, the smallest value being -4,654,377.93 in this one, is always a 1, the middle value is always a 2 and the largest value is also a 6.
| Banco | Fecha | Importe | DESIRED REF |
| ICBC | 07/03/2025 | - 4,654,377.93 | 1 |
| ICBC | 07/03/2025 | - 977,419.37 | 2 |
| ICBC | 07/03/2025 | - 139,631.34 | 6 |
I was thinking that if I used the Multi-Row formula to add a column that identifies the largest to smallest and then I can use this to look up the REF.
This will always be 3 rows of data and the same REF, just different values, as I am filtering out this data within a bigger workflow to deal with the issue in isolation and to try and keep it as straightforward as I can, which is ironic as I think I might be overcomplicating it :-)