Reference my column title

I have two tables
the first [Table A], has multiple columns
Col_1, Col2, Col3.. etc..
The second table [Table B]
It has the titles of the columns of table A, with an alternative display name, Example:
Columns-Display_Name
Col_1 ,- Exit
Col_2, -Name
Col_3, -Age

I want to change the display name of table A depending on the values โ€‹โ€‹of table B,
There is some formula that references the title of my column, in this way I would only have to replicate it in all the columns of my app, currently I apply:
LOOKUP( "Col_1","Table B","Colums","Display_Name"), I would like to replace "Col_1" with some formula that indicates the value of my column title. Thank you

0 1 63
1 REPLY 1

Steve
Platinum 4
Platinum 4

@Jar_Desarrollos wrote:

There is some formula that references the title of my column


Not possible.

Top Labels in this Space