I am using offset and structured refs in a table to create dynamic arrays.
=OFFSET(Table2[[#Headers];[number]];1;0;ROW([@number])-ROW(Table2[[#Headers];[number]]);1)
My intention with this formula is to create an array that grows in height for each row. But the return value is just a single value.
ROW([@number])-ROW(Table2[[#Headers];[number]])
this counter works fine on its own in a separate column in the table. It also retunrs the right value when nested which I verify with F9. But still the offset returns a single value array for all rows in the table?!
=OFFSET(Table2[[#Headers];[number]];1;0;ROW([@number])-ROW(Table2[[#Headers];[number]]);1)
My intention with this formula is to create an array that grows in height for each row. But the return value is just a single value.
ROW([@number])-ROW(Table2[[#Headers];[number]])
this counter works fine on its own in a separate column in the table. It also retunrs the right value when nested which I verify with F9. But still the offset returns a single value array for all rows in the table?!