Avatar

Level 7

You can use FormCalc instead of Javascript and either do:

$ = Table1.Row1.tptw1 + Table1.Row2.tptw2 + etc

or you can name all the rows and the cells with the number the same thing (ie. call them all Row1 and then it will automatically make it Row1[0], Row1[1], etc and do the same with the cell) and them just do

$ = Sum(Row1[*].tptw)