Hello,
I'm trying to write a Multi-row formula in Alteryx that references a previous row dynamically. For example, if the typical Field syntax is:
[Row-1:Field1] or [Row-2:Field1], etc.; can I build something like:
[Row-X:Field1] where X is determined by another field? e.g. [Row-Field2:Field1].
I'm trying to replicate the "Indirect" formula in Excel where the reference is a dynamically concatenated cell. Thanks!
Allen