Hi all, Is there an equivalent of Excel's ind...

Hi all, Is there an equivalent of Excel’s indirect formula in appsheet expressions?

I’m trying to get the column name from a string in current row. This is the Formula i’ve tried SELECT(Table"["&[Attribute]&"]", TRUE)

My Assumption “[”&[Attribute]&"]" evaluates to [Field1], and as such the above formula should evaluate to

SELECT(Table[Field1], TRUE) Any ideas how i could achieve this?

0 2 852
2 REPLIES 2
Top Labels in this Space