Select column based on column index

Hi, it would be nice to have the ability to choose the column based on the index so when the column changes its name, you can refer back again.

Something like this:
=LOOKUP([_THISROW].[id], “Investment Return”, “Id”, INDEX(GETALLCOLUMNS(“Investment Return”),1))

Status Open
0 2 150
2 Comments
LeventK
Silver 5
Silver 5

In terms of data design, dependency and RDBMS, column headers or column names cannot be dynamic. Therefore what you request is a bit out of data logic.

Status changed to: Open
Pratyusha
Community Manager
Community Manager