Skip to main content

The title sums it up. I have a data table with 5 columns and 125 rows.

 

I know that the value I need is located in the first column in the first row (not header row).

 

The cell location would equate to “0, 0”.

 

Is there a quick way to do this in A360? I would like to avoid a loop as it requires more code/variable overhead than I want.

try to use string.toString() function to loop through the cells like A.$counter.toString()


 

$Tablee0]]0]$


Reply