I have a formula that needs data from the record beneath it in its view. The next record in the view could be arbitrary, so this formula should look for the record below the current record for the values it needs.
In a spreadsheet, this would be easy enough, just select which cell I’m targeting.
However, this is tricky because this is dependent on the view configuration. Switching to a different view or changing the sort order would change the value of the field.
Is there a way to do this?