Hello.
im trying to collect the data (Next To Last Row) in a table with multiple rows that fills up every day.
Example of a two column table
ID ....... NAME
1 ......... Jhon
2 ......... Dennis
3 ......... Sara
4 ......... James <----- This is the row i want to collect.
5 ......... Jessica
So normally when getting data i tend to mostly use @A:A or @B:B and then select Agregated value and select "LAST"
But to compare i more then often want to compare it to the "NEXT TO LAST VALUE" and in the example above this would mean ID 4. But as the table fills up with new rows everyday its not possible to use the @A4 variable.
so does anyone know the variable to get data from a table and only collect the "Next To Last Row" ?
Thank you.