On the wiki, I have a function called repeatingSum, which you can use to sum up rows in a repeating section. I know a lot of people have used this, and sometimes I'm asked to upgrade it in various ways. That day has come. With the new repeatingSum function you can: Add multiple columns from a repeating section in one go&nbsp; Add up weight and cost, and save them each to their own destination, for example. Or add up buffs that apply to multiple different attributes. Multiply or subtract the repeating sum. You can apply a factor to the repeatingsums total, and/or set it as negative. This is handy if using the repeating sum to calculate a cost.&nbsp; When using multiple columns, you can apply these modifiers seperately to individual columns. Add attributes outside the repeating section to the final total In the past you often needed to create a hidden intermediate attribute, to add repeating section and non-repeating section attributes. Now you can do it at once. When using multiple columns of the section, you can add these external attributes to to individual columns of the section, while not applying them to others. You can also subtract them, or apply them in different proportions. Apply rounding You can round the total using whatever method you want - round, ceil, floor, to whatever number of digits you want (even negative) The only thing you cant do is sum multiple repeating sections in the same function. For that you will still need to use separate total attributes. But this is a massive upgrade, and supplies every feature I've been asked for since I posted the original. Enjoy!&nbsp; <a href="https://wiki.roll20.net/RepeatingSum" rel="nofollow">https://wiki.roll20.net/RepeatingSum</a>