You are viewing limited content. For full access, please sign in.

Question

Question

removing individual cells in a forms table

asked on January 14, 2021

I am putting together a table that only needs a total calculation on the last column. How do I accomplish this without adding an entirely new row to the bottom. I just need a single total cell at the bottom. Any help?

0 0

Replies

replied on January 14, 2021

This is best done outside of the table. Add a new field below the table called 

Grand Total (or whatever you'd like to name it) and give it a formula

=sum(table.columnName) where you pick which column you want to sum up. 

0 0
replied on January 14, 2021

Oh so I can use table variables outside the table? That's awesome! Sorry, I'm kinda new here.

1 0
replied on January 14, 2021

No worries. Yes, you can use any variables on the form in calculations in other fields. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.