- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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)
Views
Replies
0 Likes
Total Likes