Sum of Column in Formula

I have a column that lists the total value for each row in a table. I would like to add another column that displays the percentage of the total value each row has. In a way, the formula would be something like {value}/sum({value}). Any way to reference the sum of a whole column in the formula for another column? It seems like a fairly simple formula, so maybe I am just missing something from all the searching I’ve done on the forums already.

Hi there, the sum of one column cannot be directly used in a formula yet, as this involves the feature “cross rows calculation” and it’s still under development. Sorry for the inconvenience.

But - this could be done with the JavaScript:
SeaTable Scripts Programming Manual

1 Like

Ok I was just checking. Thanks for the quick reply.