Avatar

Level 10

Keep the Row name same for all rows. And the column name is also same in every row.

table is: table3

row is: cell1 (all are called cell1)

column: total

Then use FormCalc language Calculate event.

     Sum(table3.cell[*].total);

Thanks

Srini